Skip to content

Commit b5722b6

Browse files
authored
Merge pull request #4592 from stacks-network/fix/4331-regression
adding missing flag to cargo.toml
2 parents aaab6bc + 8993e7f commit b5722b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rand = "0.8"
2121
rand_chacha = "0.3.1"
2222
tikv-jemallocator = "0.5.4"
2323
# wsts = { version = "8.1", default-features = false }
24-
wsts = { git = "https://github.com/stacks-network/wsts.git", branch = "feat/public-sign-ids" }
24+
wsts = { git = "https://github.com/stacks-network/wsts.git", branch = "feat/public-sign-ids", default-features = false }
2525

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

0 commit comments

Comments
 (0)