File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
3
3
resolver = " 2"
4
4
5
5
[workspace .package ]
6
- version = " 0.8.3 "
6
+ version = " 0.8.4 "
7
7
edition = " 2021"
8
8
rust-version = " 1.82"
9
9
authors = [" init4" ]
@@ -38,17 +38,16 @@ signet-node-types = { version = "0.8.0", path = "crates/node-types" }
38
38
signet-rpc = { version = " 0.8.0" , path = " crates/rpc" }
39
39
signet-db = { version = " 0.8.0" , path = " crates/db" }
40
40
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
+
52
51
53
52
# ajj
54
53
ajj = { version = " 0.3.4" }
You can’t perform that action at this time.
0 commit comments