Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Aug 26, 2024
1 parent 47066eb commit 43ab19c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,12 @@ alloy-rlp = { version = "0.3", default-features = false }

# serde
alloy-serde = { version = "0.2" }
serde = { version = "1.0", default-features = false, features = [
"derive",
"alloc",
] }
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

# ssz
# ethereum_ssz_derive = "0.5"
# ethereum_ssz = "0.5"

# arbitrary
arbitrary = "1.3"

# for signed authorization list arbitrary
# for 7702 signed authorization list arbitrary
k256 = { version = "0.13", default-features = false, features = ["ecdsa"] }
rand = "0.8"

0 comments on commit 43ab19c

Please sign in to comment.