Skip to content

Commit

Permalink
Rm RLP feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Aug 30, 2024
1 parent 6b6a966 commit b24b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"
members = ["rollup", "script", "sequencer"]

[workspace.dependencies]
alloy-primitives = { version = "0.8.0", features = ["rand", "rlp", "serde"] }
alloy-primitives = { version = "0.8.0", features = ["rand", "serde"] }
bincode = "1.3.3"
secp256k1 = { version = "0.29", features = [
"rand",
Expand Down

0 comments on commit b24b58f

Please sign in to comment.