Skip to content

Commit 4777e51

Browse files
committed
refactor: remove stack-common/default from clarity
1 parent ea4d566 commit 4777e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ regex = "1"
2727
lazy_static = "1.4.0"
2828
integer-sqrt = "0.1.3"
2929
slog = { version = "2.5.2", features = [ "max_level_trace" ] }
30-
stacks_common = { package = "stacks-common", path = "../stacks-common" }
30+
stacks_common = { package = "stacks-common", path = "../stacks-common", default-features = false }
3131
rstest = "0.17.0"
3232
rstest_reuse = "0.5.0"
3333
hashbrown = { workspace = true }

0 commit comments

Comments
 (0)