From fd0bf501bde5d04c5772f16263fc7404bf1a2bdc Mon Sep 17 00:00:00 2001 From: evalir Date: Fri, 23 May 2025 18:14:21 +0200 Subject: [PATCH] chore: v0.4.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ede067..fd00397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "init4-bin-base" description = "Internal utilities for binaries produced by the init4 team" keywords = ["init4", "bin", "base"] -version = "0.4.0" +version = "0.4.1" edition = "2021" rust-version = "1.81" authors = ["init4", "James Prestwich"] @@ -17,7 +17,7 @@ init4-from-env-derive = "0.1.0" # Signet -signet-constants = { git = "https://github.com/init4tech/signet-sdk.git", branch = "main" } +signet-constants = { version = "0.1.0" } # Tracing tracing = "0.1.40"