Skip to content

Commit 4bc62c1

Browse files
authored
chore(deps): pin signet-sdk to commit before larger update (#95)
For the current PRs to work without a huge rebase, we need to pin signet-sdk to the commit before what's in main, to use the old deps.
1 parent fc6a0e5 commit 4bc62c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ integration = []
2727
[dependencies]
2828
init4-bin-base = "0.3"
2929

30-
signet-bundle = { git = "https://github.com/init4tech/signet-sdk", branch = "main" }
31-
signet-constants = { git = "https://github.com/init4tech/signet-sdk", branch = "main" }
32-
signet-sim = { git = "https://github.com/init4tech/signet-sdk", branch = "main" }
33-
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk", branch = "main" }
34-
signet-types = { git = "https://github.com/init4tech/signet-sdk", branch = "main" }
35-
signet-zenith = { git = "https://github.com/init4tech/signet-sdk", branch = "main" }
30+
signet-bundle = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }
31+
signet-constants = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }
32+
signet-sim = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }
33+
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }
34+
signet-types = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }
35+
signet-zenith = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }
3636

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

0 commit comments

Comments
 (0)