diff --git a/Cargo.toml b/Cargo.toml index e04f654..0be6db9 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.7.1" +version = "0.8.0" edition = "2021" rust-version = "1.81" authors = ["init4", "James Prestwich"] @@ -16,8 +16,8 @@ repository = "https://github.com/init4tech/bin-base" init4-from-env-derive = "0.1.0" # Signet -signet-constants = { version = "0.6.0" } -signet-tx-cache = { version = "0.6.0", optional = true } +signet-constants = { version = "0.7.0" } +signet-tx-cache = { version = "0.7.0", optional = true } # Tracing tracing = "0.1.40"