Skip to content

Commit 308f138

Browse files
committed
deps: update to [email protected] to align bin-base version
1 parent 6c4e7a6 commit 308f138

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Cargo.toml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,17 @@ path = "bin/builder.rs"
1919

2020
[dependencies]
2121
init4-bin-base = { version = "0.18.0-rc.0", features = ["perms", "aws"] }
22+
# init4-bin-base = { git = "https://github.com/init4tech/bin-base.git", branch = "main", features = [
23+
# "perms",
24+
# "aws",
25+
# ] }
2226

23-
signet-constants = { version = "0.16.0-rc.0" }
24-
signet-sim = { version = "0.16.0-rc.0" }
25-
signet-tx-cache = { version = "0.16.0-rc.0" }
26-
signet-types = { version = "0.16.0-rc.0" }
27-
signet-bundle = { version = "0.16.0-rc.0" }
28-
signet-zenith = { version = "0.16.0-rc.0" }
27+
signet-constants = { version = "0.16.0-rc.1" }
28+
signet-sim = { version = "0.16.0-rc.1" }
29+
signet-tx-cache = { version = "0.16.0-rc.1" }
30+
signet-types = { version = "0.16.0-rc.1" }
31+
signet-bundle = { version = "0.16.0-rc.1" }
32+
signet-zenith = { version = "0.16.0-rc.1" }
2933
signet-block-processor = { git = "https://github.com/init4tech/node-components", tag = "v0.16.0-rc.2" }
3034
signet-genesis = { git = "https://github.com/init4tech/node-components", tag = "v0.16.0-rc.2" }
3135

0 commit comments

Comments
 (0)