Skip to content

Commit

Permalink
add hex-literal and proptest to dev-dependencies
Browse files Browse the repository at this point in the history
 * adds std feature to reth-rlp
  • Loading branch information
Rjected committed Oct 15, 2022
1 parent cd8f07f commit 6bb8176
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 2 deletions.
81 changes: 80 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion crates/net/ecies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/foundry-rs/reth"
readme = "README.md"

[dependencies]
reth-rlp = { path = "../../common/rlp", features = ["derive", "ethereum-types"] }
reth-rlp = { path = "../../common/rlp", features = ["derive", "ethereum-types", "std"] }
reth-primitives = { path = "../../primitives" }
anyhow = "1.0.65"
byteorder = "1.4.3"
Expand All @@ -32,3 +32,7 @@ generic-array = "0.14.6"
cipher = { version = "0.4.3", features = ["block-padding"] }
typenum = "1.15.0"
rand = "0.8.5"

[dev-dependencies]
hex-literal = "0.3.4"
proptest = "1.0.0"

0 comments on commit 6bb8176

Please sign in to comment.