Skip to content

Commit

Permalink
chore(bindings): bump scr version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 21, 2024
1 parent 6fe4265 commit 9b7e0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5"
superchain-registry = "0.2.6"

0 comments on commit 9b7e0a1

Please sign in to comment.