Skip to content

Commit 48a2d69

Browse files
committed
release: 0.4.0-alpha
1 parent a266eb2 commit 48a2d69

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolver = "2"
1515
default-members = ["bin/silius"]
1616

1717
[workspace.package]
18-
version = "0.3.0-alpha"
18+
version = "0.4.0-alpha"
1919
authors = ["Vid Kersic <vid.kersic@yahoo.com>"]
2020
edition = "2021"
2121
license = "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
5252
alloy-chains = "0.1.7"

0 commit comments

Comments
 (0)