Skip to content

Commit

Permalink
rm patches
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Nov 6, 2024
1 parent f8cacc4 commit 890c5df
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ op-alloy-rpc-jsonrpsee = { version = "0.5.2", path = "crates/rpc-jsonrpsee", def
op-alloy-rpc-types-engine = { version = "0.5.2", path = "crates/rpc-types-engine", default-features = false }

# Alloy
alloy-eips = { version = "0.5.4", default-features = false }
alloy-serde = { version = "0.5.4", default-features = false }
alloy-signer = { version = "0.5.4", default-features = false }
alloy-network = { version = "0.5.4", default-features = false }
alloy-provider = { version = "0.5.4", default-features = false }
alloy-transport = { version = "0.5.4", default-features = false }
alloy-consensus = { version = "0.5.4", default-features = false }
alloy-rpc-types-eth = { version = "0.5.4", default-features = false }
alloy-rpc-types-engine = { version = "0.5.4", default-features = false }
alloy-network-primitives = { version = "0.5.4", default-features = false }
alloy-eips = { version = "0.6.0", default-features = false }
alloy-serde = { version = "0.6.0", default-features = false }
alloy-signer = { version = "0.6.0", default-features = false }
alloy-network = { version = "0.6.0", default-features = false }
alloy-provider = { version = "0.6.0", default-features = false }
alloy-transport = { version = "0.6.0", default-features = false }
alloy-consensus = { version = "0.6.0", default-features = false }
alloy-rpc-types-eth = { version = "0.6.0", default-features = false }
alloy-rpc-types-engine = { version = "0.6.0", default-features = false }
alloy-network-primitives = { version = "0.6.0", default-features = false }

# Alloy RLP
alloy-rlp = { version = "0.3", default-features = false }
Expand All @@ -65,7 +65,7 @@ alloy-sol-types = { version = "0.8.11", default-features = false }
alloy-primitives = { version = "0.8.11", default-features = false }

# Revm
revm = "17.1.0"
revm = "18.0.0"

# Serde
serde_repr = "0.1"
Expand Down Expand Up @@ -116,16 +116,15 @@ rstest = "0.23.0"
c-kzg = { version = "1.0", default-features = false }
k256 = { version = "0.13", default-features = false, features = ["ecdsa"] }

[patch.crates-io]
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "4360ea1" }

alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "2323ddb" }
#[patch.crates-io]
#alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }
#alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "9e2510f" }

0 comments on commit 890c5df

Please sign in to comment.