From 0ac75b6eec87b93d4214a5a17fae961b97b7b43f Mon Sep 17 00:00:00 2001 From: Fraser Hutchison <190532+Fraser999@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:38:15 +0000 Subject: [PATCH] version bump to v1.0.0-rc.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e3e842..72cffa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2417,7 +2417,7 @@ dependencies = [ [[package]] name = "builder" -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" dependencies = [ "alloy", "alloy-chains", diff --git a/Cargo.toml b/Cargo.toml index 9698d26..d46e660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "builder" -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" description = "signet builder example" edition = "2024"