Skip to content

Commit

Permalink
revert alloy to appropriate version
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 7, 2024
1 parent 907fba2 commit 3325b1f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,22 @@ alloy-dyn-abi = "0.7.2"
alloy-sol-types = "0.7.2"
alloy-rlp = "0.3.4"
alloy-trie = "0.3.1"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92", default-features = false, features = [
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93", default-features = false, features = [
"reqwest","ws"
] }
alloy-transport-http = {git = "https://github.com/alloy-rs/alloy", rev = "0928b92"}
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "0928b92" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-contract = {git = "https://github.com/alloy-rs/alloy", rev = "0928b92" }
alloy-transport = {git = "https://github.com/alloy-rs/alloy", rev = "0928b92"}
alloy-transport-ws = {git = "https://github.com/alloy-rs/alloy", rev = "0928b92"}
alloy-rpc-client = {git = "https://github.com/alloy-rs/alloy", rev = "0928b92"}
alloy-transport-http = {git = "https://github.com/alloy-rs/alloy", rev = "cc68b93"}
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "cc68b93" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-contract = {git = "https://github.com/alloy-rs/alloy", rev = "cc68b93" }
alloy-transport = {git = "https://github.com/alloy-rs/alloy", rev = "cc68b93"}
alloy-transport-ws = {git = "https://github.com/alloy-rs/alloy", rev = "cc68b93"}
alloy-rpc-client = {git = "https://github.com/alloy-rs/alloy", rev = "cc68b93"}

0 comments on commit 3325b1f

Please sign in to comment.