From 044c062ac703d476f6dd00cffe551db2eb16ea52 Mon Sep 17 00:00:00 2001 From: refcell Date: Tue, 27 Aug 2024 20:17:26 -0400 Subject: [PATCH] fix: bump minor version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index abf5a65..f5f0518 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,8 +113,8 @@ incremental = false [workspace.dependencies] # Workspace -superchain-registry = { path = "crates/registry", version = "0.3.0", default-features = false } -superchain-primitives = { path = "crates/primitives", version = "0.3.0", default-features = false } +superchain-registry = { path = "crates/registry", version = "0.3.1", default-features = false } +superchain-primitives = { path = "crates/primitives", version = "0.3.1", default-features = false } # Alloy alloy-sol-types = { version = "0.7.6", default-features = false }