diff --git a/Cargo.toml b/Cargo.toml index fd00397..7ebad4d 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.1" +version = "0.4.2" 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.1.0" } +# Signet +signet-constants = { version = "0.2.0" } # Tracing tracing = "0.1.40" @@ -70,4 +70,4 @@ perms = ["dep:oauth2", "dep:tokio", "dep:reqwest"] [[example]] name = "oauth" path = "examples/oauth.rs" -required-features = ["perms"] \ No newline at end of file +required-features = ["perms"]