@@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.17.0 "
6+ version = " 0.17.1 "
77edition = " 2024"
88rust-version = " 1.88"
99authors = [" init4" ]
@@ -34,16 +34,16 @@ debug = false
3434incremental = false
3535
3636[workspace .dependencies ]
37- signet-blobber = { version = " 0.17.0 " , path = " crates/blobber" }
38- signet-block-processor = { version = " 0.17.0 " , path = " crates/block-processor" }
39- signet-genesis = { version = " 0.17.0 " , path = " crates/genesis" }
40- signet-host-reth = { version = " 0.17.0 " , path = " crates/host-reth" }
41- signet-host-rpc = { version = " 0.17.0 " , path = " crates/host-rpc" }
42- signet-node = { version = " 0.17.0 " , path = " crates/node" }
43- signet-node-config = { version = " 0.17.0 " , path = " crates/node-config" }
44- signet-node-tests = { version = " 0.17.0 " , path = " crates/node-tests" }
45- signet-node-types = { version = " 0.17.0 " , path = " crates/node-types" }
46- signet-rpc = { version = " 0.17.0 " , path = " crates/rpc" }
37+ signet-blobber = { version = " 0.17.1 " , path = " crates/blobber" }
38+ signet-block-processor = { version = " 0.17.1 " , path = " crates/block-processor" }
39+ signet-genesis = { version = " 0.17.1 " , path = " crates/genesis" }
40+ signet-host-reth = { version = " 0.17.1 " , path = " crates/host-reth" }
41+ signet-host-rpc = { version = " 0.17.1 " , path = " crates/host-rpc" }
42+ signet-node = { version = " 0.17.1 " , path = " crates/node" }
43+ signet-node-config = { version = " 0.17.1 " , path = " crates/node-config" }
44+ signet-node-tests = { version = " 0.17.1 " , path = " crates/node-tests" }
45+ signet-node-types = { version = " 0.17.1 " , path = " crates/node-types" }
46+ signet-rpc = { version = " 0.17.1 " , path = " crates/rpc" }
4747
4848init4-bin-base = { version = " 0.19.0" , features = [" alloy" ] }
4949
@@ -56,12 +56,12 @@ signet-tx-cache = "0.16.0"
5656signet-types = " 0.16.0"
5757signet-zenith = " 0.16.0"
5858signet-journal = " 0.16.0"
59- signet-storage = " 0.6.5 "
60- signet-cold = " 0.6.5 "
61- signet-hot = " 0.6.5 "
62- signet-hot-mdbx = " 0.6.5 "
63- signet-cold-mdbx = " 0.6.5 "
64- signet-storage-types = " 0.6.5 "
59+ signet-storage = { git = " https://github.com/init4tech/storage " , branch = " prestwich/fix-cold-sql-pool-and-queries " }
60+ signet-cold = { git = " https://github.com/init4tech/storage " , branch = " prestwich/fix-cold-sql-pool-and-queries " }
61+ signet-hot = { git = " https://github.com/init4tech/storage " , branch = " prestwich/fix-cold-sql-pool-and-queries " }
62+ signet-hot-mdbx = { git = " https://github.com/init4tech/storage " , branch = " prestwich/fix-cold-sql-pool-and-queries " }
63+ signet-cold-mdbx = { git = " https://github.com/init4tech/storage " , branch = " prestwich/fix-cold-sql-pool-and-queries " }
64+ signet-storage-types = { git = " https://github.com/init4tech/storage " , branch = " prestwich/fix-cold-sql-pool-and-queries " }
6565
6666# ajj
6767ajj = " 0.7.0"
0 commit comments