Skip to content

Commit

Permalink
Update: Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
uint4 committed Jul 5, 2023
1 parent 679fed8 commit 132e635
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
24 changes: 21 additions & 3 deletions Cargo.lock

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

8 changes: 1 addition & 7 deletions crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hashbrown = { version = "0.14" }
hex = { version = "0.4", default-features = false }
primitive-types = { version = "0.12", default-features = false }
rlp = { version = "0.5", default-features = false } # used for create2 address calculation
ruint = { version = "1.8.0", features = ["primitive-types", "rlp"] }
ruint = { git = "https://github.com/recmo/uint.git", features = ["primitive-types", "rlp"] }
auto_impl = "1.1"
bitvec = { version = "1", default-features = false, features = ["alloc"] }

Expand Down Expand Up @@ -44,12 +44,6 @@ proptest-derive = { version = "0.3", optional = true }
arbitrary = { version = "1.3", features = ["derive"] }
proptest = { version = "1.1" }
proptest-derive = "0.3"
ruint = { version = "1.8.0", features = [
"primitive-types",
"rlp",
"proptest",
"arbitrary",
] }
ruint = { git = "https://github.com/recmo/uint.git", features = [
"primitive-types",
"rlp",
Expand Down

0 comments on commit 132e635

Please sign in to comment.