fix: stacks-common dependency features

This commit is contained in:
Hugo Caillard
2024-05-14 17:48:29 +02:00
parent 11fb999e2a
commit a2ba82e241
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{
"lldb.adapterType": "native",
"lldb.launch.sourceLanguages": ["rust"]
}
"lldb.adapterType": "native",
"lldb.launch.sourceLanguages": ["rust"]
}

View File

@@ -27,7 +27,7 @@ regex = "1"
lazy_static = "1.4.0"
integer-sqrt = "0.1.3"
slog = { version = "2.5.2", features = [ "max_level_trace" ] }
stacks_common = { package = "stacks-common", path = "../stacks-common", optional = true, default-features = true}
stacks_common = { package = "stacks-common", path = "../stacks-common", optional = true, default-features = false }
rstest = "0.17.0"
rstest_reuse = "0.5.0"
hashbrown = { workspace = true }