Skip to content

Commit f261ee4

Browse files
authored
deps: bump sdk crates to 0.13.0 (#90)
This PR bumps the sdk crate deps to 0.13.0 to align with sdk
1 parent e34c154 commit f261ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12" }
20-
signet-tx-cache = { version = "0.12", optional = true }
19+
signet-constants = { version = "0.13" }
20+
signet-tx-cache = { version = "0.13", optional = true }
2121

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

0 commit comments

Comments
 (0)