Skip to content

Commit

Permalink
feat: bump alloy rpc types rev (#50)
Browse files Browse the repository at this point in the history
## Overview

Updates `alloy-rpc-types` and `alloy-rpc-trace-types` to
`76c70fb9d44ace661bbf33408c2527e3874c964e`, which contains
alloy-rs/alloy#227
  • Loading branch information
clabby authored Feb 21, 2024
1 parent a2a908a commit 75a187b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ clippy.lint_groups_priority = "allow"
# eth
alloy-sol-types = "0.6"
alloy-primitives = "0.6"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "5062eaf" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "5062eaf" }
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "76c70fb" }
alloy-rpc-trace-types = { git = "https://github.com/alloy-rs/alloy", rev = "76c70fb" }
revm = { version = "6.0", default-features = false, features = ["std"] }

anstyle = "1.0"
Expand Down

0 comments on commit 75a187b

Please sign in to comment.