File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,17 @@ path = "bin/builder.rs"
1919
2020[dependencies ]
2121init4-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 " }
2933signet-block-processor = { git = " https://github.com/init4tech/node-components" , tag = " v0.16.0-rc.2" }
3034signet-genesis = { git = " https://github.com/init4tech/node-components" , tag = " v0.16.0-rc.2" }
3135
You can’t perform that action at this time.
0 commit comments