Skip to content

Commit 4bdb187

Browse files
authored
chore: bump scr version (op-rs#440)
1 parent f98839e commit 4bdb187

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ alloy-eips.workspace = true
1717
op-alloy-consensus.workspace = true
1818

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

2222
# Alloy Types
2323
alloy-sol-types = { version = "0.7.6", default-features = false }

examples/trusted-sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ serde = { version = "1.0.198", features = ["derive"] }
2929
alloy-provider = { version = "0.2", default-features = false }
3030
alloy-rpc-types = { version = "0.2" }
3131
alloy-transport = { version = "0.2", default-features = false }
32-
superchain-registry = "0.2.3"
32+
superchain-registry = "0.2.6"

0 commit comments

Comments
 (0)