From 1634417b76077b6b75cb0a322982179a3f16f748 Mon Sep 17 00:00:00 2001 From: Swanny Date: Tue, 5 May 2026 14:37:04 -0400 Subject: [PATCH] chore: bump version to 1.0.1 Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c89e155..abc325d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2368,7 +2368,7 @@ dependencies = [ [[package]] name = "builder" -version = "1.0.0" +version = "1.0.1" dependencies = [ "alloy", "alloy-chains", diff --git a/Cargo.toml b/Cargo.toml index 79bdf6f0..66d5a2bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "builder" -version = "1.0.0" +version = "1.0.1" description = "signet builder example" edition = "2024"