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.
1 parent ea4d566 commit 4777e51Copy full SHA for 4777e51
clarity/Cargo.toml
@@ -27,7 +27,7 @@ regex = "1"
27
lazy_static = "1.4.0"
28
integer-sqrt = "0.1.3"
29
slog = { version = "2.5.2", features = [ "max_level_trace" ] }
30
-stacks_common = { package = "stacks-common", path = "../stacks-common" }
+stacks_common = { package = "stacks-common", path = "../stacks-common", default-features = false }
31
rstest = "0.17.0"
32
rstest_reuse = "0.5.0"
33
hashbrown = { workspace = true }
0 commit comments