diff --git a/Cargo.toml b/Cargo.toml index 0512e6a..59047b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,8 +113,8 @@ incremental = false [workspace.dependencies] # Workspace -superchain-registry = { path = "crates/registry", default-features = false } -superchain-primitives = { path = "crates/primitives", default-features = false } +superchain-registry = { path = "crates/registry", version = "0.3.0", default-features = false } +superchain-primitives = { path = "crates/primitives", version = "0.3.0", default-features = false } # Alloy alloy-sol-types = { version = "0.7.6", default-features = false }