Skip to content

Commit 118c62f

Browse files
authored
chore: bump sdk to 0.9.0 (#10)
1 parent b7310f3 commit 118c62f

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

Cargo.toml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.3"
6+
version = "0.9.0"
77
edition = "2024"
88
rust-version = "1.88"
99
authors = ["init4"]
@@ -34,21 +34,20 @@ debug = false
3434
incremental = 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
5453
ajj = { version = "0.3.4" }

0 commit comments

Comments
 (0)