feat: impl compact for alloy txtype (#13152)

This commit is contained in:
Matthias Seitz
2024-12-05 13:13:14 +01:00
committed by GitHub
parent 659448241b
commit 804dc99ef4
4 changed files with 101 additions and 1 deletions

View File

@ -48,6 +48,7 @@ serde_json.workspace = true
arbitrary = { workspace = true, features = ["derive"] }
proptest.workspace = true
proptest-arbitrary-interop.workspace = true
rstest.workspace = true
[features]
default = ["std", "alloy"]