Skip to content

Commit

Permalink
chore: clean up dep specs
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 23, 2024
1 parent dad9cd9 commit 5e49efb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,19 @@ revm = { version = "16.0.0", default-features = false, features = ["std"] }
zenith-types = "0.10"

[dev-dependencies]
alloy-rlp = { version = "0.3", default-features = false }
revm = { version = "16.0.0", features = [
"test-utils",
"serde-json",
"std",
"alloydb",
] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }

alloy-rlp = { version = "0.3", default-features = false }

serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

# misc
eyre = "0.6"
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }


[features]
default = [
Expand Down

0 comments on commit 5e49efb

Please sign in to comment.