chore: make anyhow inherit root's declaration (#30509)
This commit is contained in:
parent
221fe61089
commit
bd98f3a533
|
@ -67,7 +67,7 @@ getrandom = { version = "0.2", features = ["js", "wasm-bindgen"] }
|
|||
parking_lot = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.58"
|
||||
anyhow = { workspace = true }
|
||||
assert_matches = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
static_assertions = { workspace = true }
|
||||
|
|
Loading…
Reference in New Issue