move alloy to wrokspace

This commit is contained in:
Eitan Seri-Levi
2024-07-22 12:17:50 -07:00
parent 94f64c0d05
commit 5cdb960685
2 changed files with 2 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ resolver = "2"
edition = "2021" edition = "2021"
[workspace.dependencies] [workspace.dependencies]
alloy-primitives = { version = "0.7.7" }
anyhow = "1" anyhow = "1"
arbitrary = { version = "1", features = ["derive"] } arbitrary = { version = "1", features = ["derive"] }
async-channel = "1.9.0" async-channel = "1.9.0"

View File

@@ -9,7 +9,7 @@ name = "benches"
harness = false harness = false
[dependencies] [dependencies]
alloy-primitives = "0.7.7" alloy-primitives = { workspace = true, features = ["rlp"] }
merkle_proof = { workspace = true } merkle_proof = { workspace = true }
bls = { workspace = true, features = ["arbitrary"] } bls = { workspace = true, features = ["arbitrary"] }
kzg = { workspace = true } kzg = { workspace = true }