Skip to content

Commit

Permalink
rm patches
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Aug 28, 2024
1 parent 7b27584 commit 84839ba
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 36 deletions.
91 changes: 65 additions & 26 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ debug = true
[profile.ethtests]
inherits = "test"
opt-level = 3

[patch.crates-io]
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "05cc4e0" }
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rust_2018_idioms = "deny"
all = "warn"

[dependencies]
alloy-eips = { version = "0.2", default-features = false, features = ["k256"] }
alloy-eips = { version = "0.3", default-features = false, features = ["k256"] }
alloy-primitives = { version = "0.8.0", default-features = false, features = [
"rlp",
] }
Expand Down
8 changes: 4 additions & 4 deletions crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ ethers-providers = { version = "2.0", optional = true }
ethers-core = { version = "2.0", optional = true }

# alloydb
alloy-provider = { version = "0.2", optional = true, default-features = false }
alloy-eips = { version = "0.2", optional = true, default-features = false }
alloy-transport = { version = "0.2", optional = true, default-features = false }
alloy-provider = { version = "0.3", optional = true, default-features = false }
alloy-eips = { version = "0.3", optional = true, default-features = false }
alloy-transport = { version = "0.3", optional = true, default-features = false }

[dev-dependencies]
alloy-sol-types = { version = "0.8.0", default-features = false, features = [
Expand All @@ -64,7 +64,7 @@ indicatif = "0.17"
reqwest = { version = "0.12" }
rstest = "0.22.0"

alloy-provider = "0.2"
alloy-provider = "0.3"

[features]
default = ["std", "c-kzg", "secp256k1", "portable", "blst"]
Expand Down

0 comments on commit 84839ba

Please sign in to comment.