@@ -15,7 +15,7 @@ resolver = "2"
1515default-members = [" bin/silius" ]
1616
1717[workspace .package ]
18- version = " 0.3 .0-alpha"
18+ version = " 0.4 .0-alpha"
1919authors = [" Vid Kersic <vid.kersic@yahoo.com>" ]
2020edition = " 2021"
2121license = " MIT OR Apache-2.0"
@@ -38,15 +38,15 @@ debug = true
3838
3939[workspace .dependencies ]
4040# workspace crates
41- silius-bundler = { version = " 0.3 .0-alpha" , path = " crates/bundler" , default-features = false }
42- silius-contracts = { version = " 0.3 .0-alpha" , path = " crates/contracts" , default-features = false }
43- silius-grpc = { version = " 0.3 .0-alpha" , path = " crates/grpc" , default-features = false }
44- silius-mempool = { version = " 0.3 .0-alpha" , path = " crates/mempool" , default-features = false }
45- silius-metrics = { version = " 0.3 .0-alpha" , path = " crates/metrics" , default-features = false }
46- silius-p2p = { version = " 0.3 .0-alpha" , path = " crates/p2p" , default-features = false }
47- silius-primitives = { version = " 0.3 .0-alpha" , path = " crates/primitives" , default-features = false }
48- silius-rpc = { version = " 0.3 .0-alpha" , path = " crates/rpc" , default-features = false }
49- silius-tests = { version = " 0.3 .0-alpha" , path = " tests" , default-features = false }
41+ silius-bundler = { version = " 0.4 .0-alpha" , path = " crates/bundler" , default-features = false }
42+ silius-contracts = { version = " 0.4 .0-alpha" , path = " crates/contracts" , default-features = false }
43+ silius-grpc = { version = " 0.4 .0-alpha" , path = " crates/grpc" , default-features = false }
44+ silius-mempool = { version = " 0.4 .0-alpha" , path = " crates/mempool" , default-features = false }
45+ silius-metrics = { version = " 0.4 .0-alpha" , path = " crates/metrics" , default-features = false }
46+ silius-p2p = { version = " 0.4 .0-alpha" , path = " crates/p2p" , default-features = false }
47+ silius-primitives = { version = " 0.4 .0-alpha" , path = " crates/primitives" , default-features = false }
48+ silius-rpc = { version = " 0.4 .0-alpha" , path = " crates/rpc" , default-features = false }
49+ silius-tests = { version = " 0.4 .0-alpha" , path = " tests" , default-features = false }
5050
5151# eth
5252alloy-chains = " 0.1.7"
0 commit comments