diff --git a/Cargo.toml b/Cargo.toml index 48ed730..6c126f1 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.9.2" +version = "0.10.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.8.0" } -signet-tx-cache = { version = "0.8.0", optional = true } +signet-constants = { version = "0.9.0" } +signet-tx-cache = { version = "0.9.0", optional = true } # Tracing tracing = "0.1.40" diff --git a/src/utils/provider.rs b/src/utils/provider.rs index cacef08..a20eb98 100644 --- a/src/utils/provider.rs +++ b/src/utils/provider.rs @@ -176,6 +176,7 @@ mod test { #[derive(FromEnv, Debug, Clone, PartialEq, Eq)] #[from_env(crate)] + #[allow(dead_code)] struct CompileCheck { #[from_env(var = "COOL_DUDE", desc = "provider")] cool_dude: ProviderConfig,