Skip to content

Commit 5062916

Browse files
authored
chore: bump sdk to 0.14 (#92)
1 parent 7fc9722 commit 5062916

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
@@ -3,7 +3,7 @@ name = "init4-bin-base"
33

44
description = "Internal utilities for binaries produced by the init4 team"
55
keywords = ["init4", "bin", "base"]
6-
version = "0.16.0"
6+
version = "0.17.0"
77
edition = "2021"
88
rust-version = "1.85"
99
authors = ["init4", "James Prestwich", "evalir"]
@@ -15,8 +15,8 @@ repository = "https://github.com/init4tech/bin-base"
1515
init4-from-env-derive = "0.1.0"
1616

1717
# Signet
18-
signet-constants = { version = "0.13" }
19-
signet-tx-cache = { version = "0.13", optional = true }
18+
signet-constants = { version = "0.14" }
19+
signet-tx-cache = { version = "0.14", optional = true }
2020

2121
# alloy
2222
alloy = { version = "1.0.35", optional = true, default-features = false, features = ["std", "signer-local", "consensus", "network"] }

0 commit comments

Comments
 (0)