Skip to content

Commit acf2569

Browse files
committed
sets signet-sdk dependency back to point at main
1 parent 1fc9892 commit acf2569

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Cargo.toml

Lines changed: 6 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.1", features = ["perms"] }
2929

30-
signet-constants = { git = "https://github.com/init4tech/signet-sdk", rev = "ba5894f6fac35299d495ae115cd465a1f0791637" }
31-
signet-sim = { git = "https://github.com/init4tech/signet-sdk", rev = "ba5894f6fac35299d495ae115cd465a1f0791637" }
32-
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk", rev = "ba5894f6fac35299d495ae115cd465a1f0791637" }
33-
signet-types = { git = "https://github.com/init4tech/signet-sdk", rev = "ba5894f6fac35299d495ae115cd465a1f0791637" }
34-
signet-zenith = { git = "https://github.com/init4tech/signet-sdk", rev = "ba5894f6fac35299d495ae115cd465a1f0791637" }
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

@@ -43,6 +43,7 @@ alloy = { version = "1.0.5", features = [
4343
"rlp",
4444
"node-bindings",
4545
"serde",
46+
"getrandom"
4647
] }
4748

4849
serde = { version = "1.0.197", features = ["derive"] }

0 commit comments

Comments
 (0)