mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move paste to workspace deps (#7306)
This commit is contained in:
@ -45,15 +45,15 @@ itertools.workspace = true
|
||||
|
||||
# testing
|
||||
rand = { workspace = true, optional = true }
|
||||
paste = { version = "1.0", optional = true }
|
||||
paste = { workspace = true, optional = true }
|
||||
proptest = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
reth-primitives = { workspace = true, features = ["arbitrary"] }
|
||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||
reth-tracing.workspace = true
|
||||
paste = "1.0"
|
||||
rand = "0.8"
|
||||
paste.workspace = true
|
||||
rand.workspace = true
|
||||
proptest.workspace = true
|
||||
criterion.workspace = true
|
||||
pprof = { workspace = true, features = ["criterion", "flamegraph"] }
|
||||
|
||||
Reference in New Issue
Block a user