Skip to content

Commit 3645b1a

Browse files
authored
chore(deps): bump signet deps (#56)
* chore(deps): bump signet deps * chore: bump to 0.8
1 parent abf51a6 commit 3645b1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 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.7.1"
7+
version = "0.8.0"
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
# Signet
19-
signet-constants = { version = "0.6.0" }
20-
signet-tx-cache = { version = "0.6.0", optional = true }
19+
signet-constants = { version = "0.7.0" }
20+
signet-tx-cache = { version = "0.7.0", optional = true }
2121

2222
# Tracing
2323
tracing = "0.1.40"

0 commit comments

Comments
 (0)