Simplify hashing in shuffling (#6483)

* Simplify hashing in shuffling

* Fix benchmark deps

* Check benchmarks when linting
This commit is contained in:
Michael Sproul
2024-10-15 07:31:10 +11:00
committed by GitHub
parent 17711b720e
commit 2e440df4f1
7 changed files with 7 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ resolver = "2"
edition = "2021"
[workspace.dependencies]
alloy-primitives = "0.8"
alloy-primitives = { version = "0.8", features = ["rlp", "getrandom"] }
alloy-rlp = "0.3.4"
alloy-consensus = "0.3.0"
anyhow = "1"