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:
@ -251,6 +251,7 @@ nybbles = "0.2.1"
|
|||||||
smallvec = "1"
|
smallvec = "1"
|
||||||
dyn-clone = "1.0.17"
|
dyn-clone = "1.0.17"
|
||||||
sha2 = { version = "0.10", default-features = false }
|
sha2 = { version = "0.10", default-features = false }
|
||||||
|
paste = "1.0"
|
||||||
|
|
||||||
# proc-macros
|
# proc-macros
|
||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0"
|
||||||
|
|||||||
@ -66,7 +66,7 @@ itertools.workspace = true
|
|||||||
tokio = { workspace = true, features = ["rt", "sync", "macros"] }
|
tokio = { workspace = true, features = ["rt", "sync", "macros"] }
|
||||||
assert_matches.workspace = true
|
assert_matches.workspace = true
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
paste = "1.0"
|
paste.workspace = true
|
||||||
|
|
||||||
# Stage benchmarks
|
# Stage benchmarks
|
||||||
pprof = { workspace = true, features = ["flamegraph", "frame-pointer", "criterion"] }
|
pprof = { workspace = true, features = ["flamegraph", "frame-pointer", "criterion"] }
|
||||||
|
|||||||
@ -36,7 +36,7 @@ thiserror.workspace = true
|
|||||||
tempfile = { workspace = true, optional = true }
|
tempfile = { workspace = true, optional = true }
|
||||||
derive_more.workspace = true
|
derive_more.workspace = true
|
||||||
eyre.workspace = true
|
eyre.workspace = true
|
||||||
paste = "1.0"
|
paste.workspace = true
|
||||||
rustc-hash = "1.1.0"
|
rustc-hash = "1.1.0"
|
||||||
|
|
||||||
# arbitrary utils
|
# arbitrary utils
|
||||||
@ -66,7 +66,7 @@ arbitrary = { workspace = true, features = ["derive"] }
|
|||||||
proptest.workspace = true
|
proptest.workspace = true
|
||||||
proptest-derive.workspace = true
|
proptest-derive.workspace = true
|
||||||
|
|
||||||
paste = "1.0"
|
paste.workspace = true
|
||||||
|
|
||||||
assert_matches.workspace = true
|
assert_matches.workspace = true
|
||||||
|
|
||||||
|
|||||||
@ -45,15 +45,15 @@ itertools.workspace = true
|
|||||||
|
|
||||||
# testing
|
# testing
|
||||||
rand = { workspace = true, optional = true }
|
rand = { workspace = true, optional = true }
|
||||||
paste = { version = "1.0", optional = true }
|
paste = { workspace = true, optional = true }
|
||||||
proptest = { workspace = true, optional = true }
|
proptest = { workspace = true, optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
reth-primitives = { workspace = true, features = ["arbitrary"] }
|
reth-primitives = { workspace = true, features = ["arbitrary"] }
|
||||||
reth-provider = { workspace = true, features = ["test-utils"] }
|
reth-provider = { workspace = true, features = ["test-utils"] }
|
||||||
reth-tracing.workspace = true
|
reth-tracing.workspace = true
|
||||||
paste = "1.0"
|
paste.workspace = true
|
||||||
rand = "0.8"
|
rand.workspace = true
|
||||||
proptest.workspace = true
|
proptest.workspace = true
|
||||||
criterion.workspace = true
|
criterion.workspace = true
|
||||||
pprof = { workspace = true, features = ["criterion", "flamegraph"] }
|
pprof = { workspace = true, features = ["criterion", "flamegraph"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user