mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 16:53:21 +08:00
fix: stacks-common dependency features
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"lldb.adapterType": "native",
|
||||
"lldb.launch.sourceLanguages": ["rust"]
|
||||
}
|
||||
"lldb.adapterType": "native",
|
||||
"lldb.launch.sourceLanguages": ["rust"]
|
||||
}
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user