Skip to content

Commit 41fcc73

Browse files
committed
chore: use git deps for signet
1 parent 30a9935 commit 41fcc73

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Cargo.toml

Lines changed: 11 additions & 12 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.8.4"
77
edition = "2021"
88
rust-version = "1.82"
99
authors = ["init4"]
@@ -38,17 +38,16 @@ signet-node-types = { version = "0.8.0", path = "crates/node-types" }
3838
signet-rpc = { version = "0.8.0", path = "crates/rpc" }
3939
signet-db = { version = "0.8.0", path = "crates/db" }
4040

41-
init4-bin-base = { version = "0.7.1", features = ["alloy"] }
42-
43-
signet-bundle = "0.8.0"
44-
signet-constants = "0.8.0"
45-
signet-evm = "0.8.0"
46-
signet-extract = "0.8.0"
47-
signet-node = "0.8.0"
48-
signet-sim = "0.8.0"
49-
signet-types = "0.8.0"
50-
signet-tx-cache = "0.8.0"
51-
signet-zenith = "0.8.0"
41+
init4-bin-base = { version = "0.9.0", features = ["alloy"] }
42+
43+
signet-bundle = { git = "https://github.com/init4tech/signet-sdk", tag = "v0.8.3" }
44+
signet-constants = { git = "https://github.com/init4tech/signet-sdk", tag = "v0.8.3" }
45+
signet-evm = { git = "https://github.com/init4tech/signet-sdk", tag = "v0.8.3" }
46+
signet-extract = { git = "https://github.com/init4tech/signet-sdk", tag = "v0.8.3" }
47+
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk", tag = "v0.8.3" }
48+
signet-types = { git = "https://github.com/init4tech/signet-sdk", tag = "v0.8.3" }
49+
signet-zenith = { git = "https://github.com/init4tech/signet-sdk", tag = "v0.8.3" }
50+
5251

5352
# ajj
5453
ajj = { version = "0.3.4" }

0 commit comments

Comments
 (0)