Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"
Expand Down Expand Up @@ -70,4 +70,4 @@ perms = ["dep:oauth2", "dep:tokio", "dep:reqwest"]
[[example]]
name = "oauth"
path = "examples/oauth.rs"
required-features = ["perms"]
required-features = ["perms"]
Loading