From b4c4b9f0b2efc8b2eeed97ec9fb7389c0d7155cc Mon Sep 17 00:00:00 2001 From: evalir Date: Thu, 7 May 2026 11:51:50 +0200 Subject: [PATCH] chore: v1.1.0 Bumps the builder to version 1.1.0, as we're including the streaming changes in the latest release. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9dfdcb1e..2d73e934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2368,7 +2368,7 @@ dependencies = [ [[package]] name = "builder" -version = "1.0.1" +version = "1.1.0" dependencies = [ "alloy", "alloy-chains", diff --git a/Cargo.toml b/Cargo.toml index 4d8b7edf..7d9b2099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "builder" -version = "1.0.1" +version = "1.1.0" description = "signet builder example" edition = "2024"