Skip to content

Commit

Permalink
bump slm_curl and bump to 0.5.35
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson0 committed Apr 1, 2024
1 parent 4f0ea17 commit a7921e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slm.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name = "slm"
version = "0.5.34"
version = "0.5.35"

# keep these dependencies in sync with the list in bootstrap.py
# note that the slm bootstrap.py script doesn't recursively resolve dependencies
# so define a flat list of all required dependencies here
[dependencies]
curl_static = { git = "StanzaOrg/slm_curl", version = "0.0.10" }
curl_static = { git = "StanzaOrg/slm_curl", version = "0.0.11" }
file_system_utils_static = { git = "StanzaOrg/slm_file_system_utils", version = "0.0.5" }
json_static = { git = "StanzaOrg/slm_json", version = "0.0.4" }
lang_utils_static = { git = "StanzaOrg/slm_lang_utils", version = "0.0.6" }
Expand Down

0 comments on commit a7921e0

Please sign in to comment.