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 abf51a6 commit 3645b1aCopy full SHA for 3645b1a
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.7.1"
+version = "0.8.0"
8
edition = "2021"
9
rust-version = "1.81"
10
authors = ["init4", "James Prestwich"]
@@ -16,8 +16,8 @@ repository = "https://github.com/init4tech/bin-base"
16
init4-from-env-derive = "0.1.0"
17
18
# Signet
19
-signet-constants = { version = "0.6.0" }
20
-signet-tx-cache = { version = "0.6.0", optional = true }
+signet-constants = { version = "0.7.0" }
+signet-tx-cache = { version = "0.7.0", optional = true }
21
22
# Tracing
23
tracing = "0.1.40"
0 commit comments