From f6b4682ac5f31e4931974b7b6c85920517b6c201 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 10 Dec 2025 12:33:53 -0500 Subject: [PATCH 1/2] chore: bump bin base --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6523df7..2c3ce5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.16.0-rc.1" +version = "0.16.0-rc.2" edition = "2024" rust-version = "1.88" authors = ["init4"] @@ -44,7 +44,7 @@ signet-node-tests = { version = "0.16.0-rc.1", path = "crates/node-tests" } signet-node-types = { version = "0.16.0-rc.1", path = "crates/node-types" } signet-rpc = { version = "0.16.0-rc.1", path = "crates/rpc" } -init4-bin-base = { version = "0.17.0", features = ["alloy"] } +init4-bin-base = { version = "0.18.0-rc.1", features = ["alloy"] } signet-bundle = "0.16.0-rc.1" signet-constants = "0.16.0-rc.1" From 3bb26117e7d2c4419dd6400053779b4d214c5e17 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 10 Dec 2025 12:35:39 -0500 Subject: [PATCH 2/2] chore: bump versions --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c3ce5e..a4cb3d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,15 +34,15 @@ debug = false incremental = false [workspace.dependencies] -signet-blobber = { version = "0.16.0-rc.1", path = "crates/blobber" } -signet-block-processor = { version = "0.16.0-rc.1", path = "crates/block-processor" } -signet-db = { version = "0.16.0-rc.1", path = "crates/db" } -signet-genesis = { version = "0.16.0-rc.1", path = "crates/genesis" } -signet-node = { version = "0.16.0-rc.1", path = "crates/node" } -signet-node-config = { version = "0.16.0-rc.1", path = "crates/node-config" } -signet-node-tests = { version = "0.16.0-rc.1", path = "crates/node-tests" } -signet-node-types = { version = "0.16.0-rc.1", path = "crates/node-types" } -signet-rpc = { version = "0.16.0-rc.1", path = "crates/rpc" } +signet-blobber = { version = "0.16.0-rc.2", path = "crates/blobber" } +signet-block-processor = { version = "0.16.0-rc.2", path = "crates/block-processor" } +signet-db = { version = "0.16.0-rc.2", path = "crates/db" } +signet-genesis = { version = "0.16.0-rc.2", path = "crates/genesis" } +signet-node = { version = "0.16.0-rc.2", path = "crates/node" } +signet-node-config = { version = "0.16.0-rc.2", path = "crates/node-config" } +signet-node-tests = { version = "0.16.0-rc.2", path = "crates/node-tests" } +signet-node-types = { version = "0.16.0-rc.2", path = "crates/node-types" } +signet-rpc = { version = "0.16.0-rc.2", path = "crates/rpc" } init4-bin-base = { version = "0.18.0-rc.1", features = ["alloy"] }