We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2bc54 commit fd0bf50Copy full SHA for fd0bf50
Cargo.toml
@@ -4,7 +4,7 @@ name = "init4-bin-base"
4
description = "Internal utilities for binaries produced by the init4 team"
5
keywords = ["init4", "bin", "base"]
6
7
-version = "0.4.0"
+version = "0.4.1"
8
edition = "2021"
9
rust-version = "1.81"
10
authors = ["init4", "James Prestwich"]
@@ -17,7 +17,7 @@ init4-from-env-derive = "0.1.0"
17
18
19
# Signet
20
-signet-constants = { git = "https://github.com/init4tech/signet-sdk.git", branch = "main" }
+signet-constants = { version = "0.1.0" }
21
22
# Tracing
23
tracing = "0.1.40"
0 commit comments