Skip to content

Commit

Permalink
fix: add std feature to rlp in ethereum-verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo committed May 13, 2024
1 parent b4d9a2c commit 8853ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ethereum-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy_static = { workspace = true }
memory-db = { version = "0.32.0", default-features = false }
milagro_bls = { workspace = true }
primitive-types = { workspace = true, features = ["rlp"] }
rlp = { workspace = true, features = ["derive"] }
rlp = { workspace = true, features = ["derive", "std"] }
serde = { workspace = true, features = ["derive"] }
sha2 = { workspace = true }
sha3 = { workspace = true }
Expand Down

0 comments on commit 8853ab9

Please sign in to comment.