Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 044c062

Browse files
committedAug 28, 2024·
fix: bump minor version
1 parent 55da798 commit 044c062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ incremental = false
113113

114114
[workspace.dependencies]
115115
# Workspace
116-
superchain-registry = { path = "crates/registry", version = "0.3.0", default-features = false }
117-
superchain-primitives = { path = "crates/primitives", version = "0.3.0", default-features = false }
116+
superchain-registry = { path = "crates/registry", version = "0.3.1", default-features = false }
117+
superchain-primitives = { path = "crates/primitives", version = "0.3.1", default-features = false }
118118

119119
# Alloy
120120
alloy-sol-types = { version = "0.7.6", default-features = false }

0 commit comments

Comments
 (0)
This repository has been archived.