Skip to content

Commit 7c37a08

Browse files
committed
fix
1 parent da4de41 commit 7c37a08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ integration = []
2727
[dependencies]
2828
init4-bin-base = { version = "0.4.2", features = ["perms"] }
2929

30-
signet-constants = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
31-
signet-sim = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
32-
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
33-
signet-types = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
34-
signet-zenith = { git = "https://github.com/init4tech/signet-sdk", branch = "dylan/logging" }
30+
signet-constants = { git = "https://github.com/init4tech/signet-sdk" }
31+
signet-sim = { git = "https://github.com/init4tech/signet-sdk" }
32+
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk" }
33+
signet-types = { git = "https://github.com/init4tech/signet-sdk" }
34+
signet-zenith = { git = "https://github.com/init4tech/signet-sdk" }
3535

3636
trevm = { version = "0.23.4", features = ["concurrent-db", "test-utils"] }
3737

0 commit comments

Comments
 (0)