Skip to content

Commit

Permalink
bump slm_curl and bump to 0.5.34
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson0 committed Apr 1, 2024
1 parent 9b5ef56 commit 4f0ea17
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.33"
version = "0.5.34"

# 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.9" }
curl_static = { git = "StanzaOrg/slm_curl", version = "0.0.10" }
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 4f0ea17

Please sign in to comment.