Skip to content

Commit a180511

Browse files
committed
Merge branch 'develop' of https://github.com/stacks-network/stacks-core into fix/ci-no-tests-full-genesis-test
2 parents fe2693d + 3da3394 commit a180511

37 files changed

+466
-414
lines changed

Cargo.lock

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ rand = "0.8"
2121
rand_chacha = "0.3.1"
2222
tikv-jemallocator = "0.5.4"
2323
rusqlite = { version = "0.31.0", features = ["blob", "serde_json", "i128_blob", "bundled", "trace"] }
24-
thiserror = { version = "1.0.65" }
24+
thiserror = "1.0.65"
25+
toml = "0.5.6"
2526

2627
# Use a bit more than default optimization for
2728
# dev builds to speed up test execution

stacks-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ stacks-common = { path = "../stacks-common" }
4040
stackslib = { path = "../stackslib" }
4141
thiserror = { workspace = true }
4242
tiny_http = { version = "0.12", optional = true }
43-
toml = "0.5.6"
43+
toml = { workspace = true }
4444
tracing = "0.1.37"
4545
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
4646
rand = { workspace = true }

stackslib/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ libstackerdb = { path = "../libstackerdb" }
5858
siphasher = "0.3.7"
5959
hashbrown = { workspace = true }
6060
rusqlite = { workspace = true }
61+
toml = { workspace = true }
6162

6263
[target.'cfg(not(any(target_os = "macos",target_os="windows", target_arch = "arm" )))'.dependencies]
6364
tikv-jemallocator = {workspace = true}

0 commit comments

Comments
 (0)