We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaab6bc + 8993e7f commit b5722b6Copy full SHA for b5722b6
Cargo.toml
@@ -21,7 +21,7 @@ rand = "0.8"
21
rand_chacha = "0.3.1"
22
tikv-jemallocator = "0.5.4"
23
# wsts = { version = "8.1", default-features = false }
24
-wsts = { git = "https://github.com/stacks-network/wsts.git", branch = "feat/public-sign-ids" }
+wsts = { git = "https://github.com/stacks-network/wsts.git", branch = "feat/public-sign-ids", default-features = false }
25
26
# Use a bit more than default optimization for
27
# dev builds to speed up test execution
0 commit comments