Use workspace inheritance for some more dependencies (#5349)
Deduplicate some dependency directives through `[workspace.dependencies]`
This commit is contained in:
@@ -42,7 +42,7 @@ target-lexicon = { workspace = true, features = ["std"] }
|
||||
pretty_env_logger = "0.4.0"
|
||||
rayon = { version = "1", optional = true }
|
||||
indicatif = "0.13.0"
|
||||
thiserror = "1.0.15"
|
||||
thiserror = { workspace = true }
|
||||
walkdir = "2.2"
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
|
||||
@@ -24,6 +24,6 @@ gimli = { workspace = true }
|
||||
log = { workspace = true }
|
||||
num_cpus = "1.8.0"
|
||||
target-lexicon = { workspace = true }
|
||||
thiserror = "1.0.15"
|
||||
thiserror = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
similar = "2.1.0"
|
||||
|
||||
@@ -15,7 +15,7 @@ cranelift-codegen = { workspace = true }
|
||||
cranelift-entity = { workspace = true }
|
||||
log = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
thiserror = "1.0.15"
|
||||
thiserror = { workspace = true }
|
||||
|
||||
[target.x86_64-pc-windows-gnu.dependencies]
|
||||
libm = "0.2.4"
|
||||
|
||||
Reference in New Issue
Block a user