feat: make to_compact borrow (#9488)

Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
This commit is contained in:
Matthias Seitz
2024-07-17 22:50:28 +02:00
committed by GitHub
parent 5cd22b50e8
commit c3347f323c
32 changed files with 337 additions and 153 deletions

View File

@ -31,7 +31,7 @@ alloy-eips = { workspace = true, default-features = false, features = [
"arbitrary",
"serde",
] }
alloy-primitives = { workspace = true, features = ["arbitrary", "serde"] }
alloy-primitives = { workspace = true, features = ["arbitrary", "serde", "rand"] }
alloy-consensus = { workspace = true, features = ["arbitrary"] }
test-fuzz.workspace = true
serde_json.workspace = true