Skip to content

Commit

Permalink
chore: bump scr version (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Aug 21, 2024
1 parent f98839e commit 4bdb187
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ alloy-eips.workspace = true
op-alloy-consensus.workspace = true

# SCR Repo Primitives
superchain-primitives = { version = "0.2.1", default-features = false }
superchain-primitives = { version = "0.2.2", default-features = false }

# Alloy Types
alloy-sol-types = { version = "0.7.6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion examples/trusted-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ serde = { version = "1.0.198", features = ["derive"] }
alloy-provider = { version = "0.2", default-features = false }
alloy-rpc-types = { version = "0.2" }
alloy-transport = { version = "0.2", default-features = false }
superchain-registry = "0.2.3"
superchain-registry = "0.2.6"

0 comments on commit 4bdb187

Please sign in to comment.