Skip to content

Commit

Permalink
chore: fix std
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Sep 14, 2023
1 parent 2f146c6 commit dd6fdf2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion bins/revme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytes = "1.5"
hash-db = "0.15"
hashbrown = "0.14"
hex = "0.4"
Expand Down
14 changes: 2 additions & 12 deletions crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,13 @@ alloy-rlp = { version = "0.3", default-features = false, features = ["derive"] }
bytes = { version = "1.5", default-features = false }
hashbrown = "0.14"
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", default-features = false, features = [
"primitive-types",
"rlp",
] }
auto_impl = "1.1"
bitvec = { version = "1", default-features = false, features = ["alloc"] }
bitflags = { version = "2.4.0", default-features = false }

# bits B256 B160 crate
fixed-hash = { version = "0.8", default-features = false, features = [
"rustc-hex",
] }
bitflags = { version = "2.2.1", default-features = false }

#utility
hex-literal = "0.4"
hex = { version = "0.4", default-features = false, features = ["alloc"] }
hex = { version = "0.4", default-features = false }
derive_more = "0.99"
enumn = "0.1"
to-binary = "0.4"
Expand Down
1 change: 0 additions & 1 deletion crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ hex-literal = "0.4"
ethers-contract = { version = "2.0.10", default-features = false }
hex = "0.4.3"
anyhow = "1.0.75"
bytes = "1.5.0"
criterion = "0.5"

[features]
Expand Down

0 comments on commit dd6fdf2

Please sign in to comment.