mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: simplify workspace = true usage (#3930)
This commit is contained in:
@ -18,7 +18,7 @@ derive_more = "0.99"
|
||||
indexmap = "1"
|
||||
libc = "0.2"
|
||||
parking_lot = "0.12"
|
||||
thiserror = { workspace = true }
|
||||
thiserror.workspace = true
|
||||
|
||||
ffi = { package = "reth-mdbx-sys", path = "./mdbx-sys" }
|
||||
|
||||
@ -31,7 +31,7 @@ return-borrowed = []
|
||||
[dev-dependencies]
|
||||
pprof = { version = "0.12", features = ["flamegraph", "frame-pointer", "criterion"] }
|
||||
criterion = "0.5"
|
||||
rand = { workspace = true }
|
||||
rand.workspace = true
|
||||
rand_xorshift = "0.3"
|
||||
tempfile = "3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user