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"