Skip to content

Commit ab5c6ec

Browse files
authored
chore(deps): bump signet-constants (#35)
1 parent b6dbb93 commit ab5c6ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "init4-bin-base"
44
description = "Internal utilities for binaries produced by the init4 team"
55
keywords = ["init4", "bin", "base"]
66

7-
version = "0.4.1"
7+
version = "0.4.2"
88
edition = "2021"
99
rust-version = "1.81"
1010
authors = ["init4", "James Prestwich"]
@@ -16,8 +16,8 @@ repository = "https://github.com/init4tech/bin-base"
1616
init4-from-env-derive = "0.1.0"
1717

1818

19-
# Signet
20-
signet-constants = { version = "0.1.0" }
19+
# Signet
20+
signet-constants = { version = "0.2.0" }
2121

2222
# Tracing
2323
tracing = "0.1.40"
@@ -70,4 +70,4 @@ perms = ["dep:oauth2", "dep:tokio", "dep:reqwest"]
7070
[[example]]
7171
name = "oauth"
7272
path = "examples/oauth.rs"
73-
required-features = ["perms"]
73+
required-features = ["perms"]

0 commit comments

Comments
 (0)