Skip to content

Commit bce7a2f

Browse files
committed
wip: update signet sdk crates while in between version bumps for dev purposes
1 parent bc2dd24 commit bce7a2f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ repository = "https://github.com/init4tech/bin-base"
1515
init4-from-env-derive = "0.1.0"
1616

1717
# Signet
18-
signet-constants = { version = "0.15" }
19-
signet-tx-cache = { version = "0.15", optional = true }
18+
# signet-constants = { version = "0.15" }
19+
# signet-tx-cache = { version = "0.15", optional = true }
20+
signet-constants = { git = "https://github.com/init4tech/signet-sdk.git", branch = "dylan/logs-sim-env-errors" }
21+
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk.git", branch = "dylan/logs-sim-env-errors", optional = true }
2022

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

0 commit comments

Comments
 (0)