Skip to content

Commit

Permalink
release: 0.4.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Feb 28, 2024
1 parent a266eb2 commit 48a2d69
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"
default-members = ["bin/silius"]

[workspace.package]
version = "0.3.0-alpha"
version = "0.4.0-alpha"
authors = ["Vid Kersic <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -38,15 +38,15 @@ debug = true

[workspace.dependencies]
# workspace crates
silius-bundler = { version = "0.3.0-alpha", path = "crates/bundler", default-features = false }
silius-contracts = { version = "0.3.0-alpha", path = "crates/contracts", default-features = false }
silius-grpc = { version = "0.3.0-alpha", path = "crates/grpc", default-features = false }
silius-mempool = { version = "0.3.0-alpha", path = "crates/mempool", default-features = false }
silius-metrics = { version = "0.3.0-alpha", path = "crates/metrics", default-features = false }
silius-p2p = { version = "0.3.0-alpha", path = "crates/p2p", default-features = false }
silius-primitives = { version = "0.3.0-alpha", path = "crates/primitives", default-features = false }
silius-rpc = { version = "0.3.0-alpha", path = "crates/rpc", default-features = false }
silius-tests = { version = "0.3.0-alpha", path = "tests", default-features = false }
silius-bundler = { version = "0.4.0-alpha", path = "crates/bundler", default-features = false }
silius-contracts = { version = "0.4.0-alpha", path = "crates/contracts", default-features = false }
silius-grpc = { version = "0.4.0-alpha", path = "crates/grpc", default-features = false }
silius-mempool = { version = "0.4.0-alpha", path = "crates/mempool", default-features = false }
silius-metrics = { version = "0.4.0-alpha", path = "crates/metrics", default-features = false }
silius-p2p = { version = "0.4.0-alpha", path = "crates/p2p", default-features = false }
silius-primitives = { version = "0.4.0-alpha", path = "crates/primitives", default-features = false }
silius-rpc = { version = "0.4.0-alpha", path = "crates/rpc", default-features = false }
silius-tests = { version = "0.4.0-alpha", path = "tests", default-features = false }

# eth
alloy-chains = "0.1.7"
Expand Down

0 comments on commit 48a2d69

Please sign in to comment.