Skip to content

Commit

Permalink
Remove once_cell dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed Dec 9, 2023
1 parent 6c6b061 commit 13c2272
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions crates/revm/Cargo.toml
Expand Up @@ -28,7 +28,6 @@ tokio = { version = "1.32", features = [
ethers-providers = { version = "2.0", optional = true }
ethers-core = { version = "2.0", optional = true }
futures = { version = "0.3.27", optional = true }
once_cell = { version = "1.18", default-features = false, optional = true }

[dev-dependencies]
ethers-contract = { version = "2.0.10", default-features = false }
Expand All @@ -42,7 +41,7 @@ serde = ["dep:serde", "dep:serde_json", "revm-interpreter/serde"]
arbitrary = ["revm-interpreter/arbitrary"]

optimism = ["revm-interpreter/optimism", "revm-precompile/optimism"]
taiko = ["revm-interpreter/taiko", "revm-precompile/taiko", "dep:once_cell"]
taiko = ["revm-interpreter/taiko", "revm-precompile/taiko"]

ethersdb = ["std", "tokio", "futures", "ethers-providers", "ethers-core"]

Expand Down

0 comments on commit 13c2272

Please sign in to comment.