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:
@ -36,7 +36,7 @@ thiserror.workspace = true
|
||||
tempfile = { workspace = true, optional = true }
|
||||
derive_more.workspace = true
|
||||
eyre.workspace = true
|
||||
paste = "1.0"
|
||||
paste.workspace = true
|
||||
rustc-hash = "1.1.0"
|
||||
|
||||
# arbitrary utils
|
||||
@ -66,7 +66,7 @@ arbitrary = { workspace = true, features = ["derive"] }
|
||||
proptest.workspace = true
|
||||
proptest-derive.workspace = true
|
||||
|
||||
paste = "1.0"
|
||||
paste.workspace = true
|
||||
|
||||
assert_matches.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user