Skip to content

Commit

Permalink
Bump op-alloy crates to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Jan 8, 2025
1 parent c4a2eb4 commit 23f3601
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 31 deletions.
38 changes: 11 additions & 27 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ alloy-rpc-types-engine = { version = "0.9.2", default-features = false }
alloy-rpc-types-beacon = { version = "0.9.2", default-features = false }

# OP Alloy
op-alloy-genesis = { version = "0.9.1", default-features = false }
op-alloy-registry = { version = "0.9.1", default-features = false }
op-alloy-consensus = { version = "0.9.1", default-features = false }
op-alloy-rpc-types-engine = { version = "0.9.1", default-features = false }
op-alloy-genesis = { version = "0.9.2", default-features = false }
op-alloy-registry = { version = "0.9.2", default-features = false }
op-alloy-consensus = { version = "0.9.2", default-features = false }
op-alloy-rpc-types-engine = { version = "0.9.2", default-features = false }

# General
lru = "0.12.5"
Expand Down

0 comments on commit 23f3601

Please sign in to comment.