Skip to content

Commit

Permalink
bump slm_curl and bump to 0.5.30
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson0 committed Apr 1, 2024
1 parent 5dc9cd3 commit 7de0617
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.29"
version = "0.5.30"

# 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.7" }
curl_static = { git = "StanzaOrg/slm_curl", version = "0.0.8" }
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 7de0617

Please sign in to comment.