From a47000c216abbc2f745c78b39a78b27b6f833d5e Mon Sep 17 00:00:00 2001 From: Jason Watson Date: Mon, 18 Mar 2024 12:32:55 -0400 Subject: [PATCH] add file_system_utils_static as flattened dependency (2) --- bootstrap.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bootstrap.py b/bootstrap.py index 0f8bdac..8d92823 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -19,13 +19,13 @@ def eprint(msg): # the bootstrap. # Keep in sync with `slm.toml` DEPENDENCIES = { - "curl_static": { "git": "StanzaOrg/slm_curl", "version": "0.0.1" }, - "file_system_utils_static" = { "git": "StanzaOrg/slm_file_system_utils", "version": "0.0.1" }, - "json_static": { "git": "StanzaOrg/slm_json", "version": "0.0.1" }, - "maybe-utils": { "git": "StanzaOrg/maybe-utils", "version": "0.1.4" }, - "semver": { "git": "StanzaOrg/semver", "version": "0.1.6" }, - "stanza-toml": { "git": "StanzaOrg/stanza-toml", "version": "0.4.0" }, - "term-colors": { "git": "StanzaOrg/term-colors", "version": "0.1.1" }, + "curl_static": { "git": "StanzaOrg/slm_curl", "version": "0.0.1" }, + "file_system_utils_static": { "git": "StanzaOrg/slm_file_system_utils", "version": "0.0.1" }, + "json_static": { "git": "StanzaOrg/slm_json", "version": "0.0.1" }, + "maybe-utils": { "git": "StanzaOrg/maybe-utils", "version": "0.1.4" }, + "semver": { "git": "StanzaOrg/semver", "version": "0.1.6" }, + "stanza-toml": { "git": "StanzaOrg/stanza-toml", "version": "0.4.0" }, + "term-colors": { "git": "StanzaOrg/term-colors", "version": "0.1.1" }, "libcurl": { "pkg": "libcurl", "type": "conan", "version": "8.6.0", "options": { "fPIC": "True",