Skip to content

Commit

Permalink
fix feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jan 1, 2024
1 parent 86d1b20 commit 5022f34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ alloy-rlp-derive = { version = "0.3", default-features = false }
anyhow = "1.0"
bytes = { version = "1.1", default-features = false }
ethers-core = { version = "2.0", optional = true, features = ["optimism"] }
k256 = { version = "=0.13.1", features = [
k256 = { version = "=0.13.2", features = [
"std",
"ecdsa",
], default_features = false }
Expand All @@ -36,7 +36,7 @@ serde_json = "1.0"

[features]
ethers = ["dep:ethers-core"]
revm = ["dep:revm-primitives"]
revm = ["revm-primitives"]
taiko = [
"revm-primitives/taiko",
"dep:alloy-sol-types",
Expand Down

0 comments on commit 5022f34

Please sign in to comment.