Use workspace inheritance for some more dependencies (#5349)
Deduplicate some dependency directives through `[workspace.dependencies]`
This commit is contained in:
@@ -14,7 +14,7 @@ edition.workspace = true
|
||||
wasmtime-environ = { workspace = true }
|
||||
wasmtime-jit-debug = { workspace = true, features = ["perf_jitdump"], optional = true }
|
||||
wasmtime-runtime = { workspace = true }
|
||||
thiserror = "1.0.4"
|
||||
thiserror = { workspace = true }
|
||||
target-lexicon = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
cfg-if = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user