Skip to content

Commit

Permalink
chore: bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goweiwen committed Jun 14, 2023
1 parent e76d8f3 commit 87d73b7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions allium-launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "allium-launcher"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
include = ["/src"]

Expand All @@ -14,7 +14,7 @@ image = "0.24.6"
nix = "0.26.2"
regex = "1.8.3"
rusttype = "0.9.3"
serde = { version ="1.0.163", features = ["derive"]}
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
tokio = { version = "1.28.2", features = ["full"] }
toml = "0.7.4"
Expand Down
4 changes: 2 additions & 2 deletions allium-menu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "allium-menu"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
include = ["/src"]

Expand All @@ -15,7 +15,7 @@ image = "0.24.6"
nix = "0.26.2"
regex = "1.8.3"
rusttype = "0.9.3"
serde = { version ="1.0.163", features = ["derive"]}
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
tokio = { version = "1.28.2", features = ["full"] }
toml = "0.7.4"
Expand Down
4 changes: 2 additions & 2 deletions alliumd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alliumd"
version = "0.4.0"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -13,7 +13,7 @@ lazy_static = "1.4.0"
nix = "0.26.2"
regex = "1.8.3"
rusttype = "0.9.3"
serde = { version ="1.0.163", features = ["derive"]}
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
tokio = { version = "1.28.2", features = ["full"] }
toml = "0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version = "0.4.0"
version = "0.5.0"
edition = "2021"

[lib]
Expand Down

0 comments on commit 87d73b7

Please sign in to comment.