@@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.8.3 "
6+ version = " 0.9.0 "
77edition = " 2024"
88rust-version = " 1.88"
99authors = [" init4" ]
@@ -34,21 +34,20 @@ debug = false
3434incremental = false
3535
3636[workspace .dependencies ]
37- signet-blobber = { version = " 0.8.0" , path = " crates/blobber" }
38- signet-db = { version = " 0.8.0" , path = " crates/db" }
39- signet-node-types = { version = " 0.8.0" , path = " crates/node-types" }
40- signet-rpc = { version = " 0.8.0" , path = " crates/rpc" }
41-
42- init4-bin-base = { version = " 0.9.0" , features = [" alloy" ] }
43-
44- signet-bundle = { git = " https://github.com/init4tech/signet-sdk" , tag = " v0.8.4" }
45- signet-constants = { git = " https://github.com/init4tech/signet-sdk" , tag = " v0.8.4" }
46- signet-evm = { git = " https://github.com/init4tech/signet-sdk" , tag = " v0.8.4" }
47- signet-extract = { git = " https://github.com/init4tech/signet-sdk" , tag = " v0.8.4" }
48- signet-tx-cache = { git = " https://github.com/init4tech/signet-sdk" , tag = " v0.8.4" }
49- signet-types = { git = " https://github.com/init4tech/signet-sdk" , tag = " v0.8.4" }
50- signet-zenith = { git = " https://github.com/init4tech/signet-sdk" , tag = " v0.8.4" }
51-
37+ signet-blobber = { version = " 0.9.0" , path = " crates/blobber" }
38+ signet-db = { version = " 0.9.0" , path = " crates/db" }
39+ signet-node-types = { version = " 0.9.0" , path = " crates/node-types" }
40+ signet-rpc = { version = " 0.9.0" , path = " crates/rpc" }
41+
42+ init4-bin-base = { version = " 0.10.0" , features = [" alloy" ] }
43+
44+ signet-bundle = " 0.9.0"
45+ signet-constants = " 0.9.0"
46+ signet-evm = " 0.9.0"
47+ signet-extract = " 0.9.0"
48+ signet-tx-cache = " 0.9.0"
49+ signet-types = " 0.9.0"
50+ signet-zenith = " 0.9.0"
5251
5352# ajj
5453ajj = { version = " 0.3.4" }
0 commit comments