Skip to content

Commit 511f19c

Browse files
committed
chore(bump): 0.5.2
1 parent b016ee1 commit 511f19c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cargo workspace
22
[package]
33
name = "anda"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
edition = "2021"
66
description = "Andaman Build toolchain"
77
license = "MIT"
@@ -28,7 +28,7 @@ color-eyre = { workspace = true }
2828
walkdir = "2.5.0"
2929
tempfile = "3.20.0"
3030
anda-config = { workspace = true }
31-
andax = { path = "./andax", version = "0.4.13" }
31+
andax = { path = "./andax", version = "0.5.2" }
3232
flatpak = "0.18.1"
3333
clap-verbosity-flag = "3.0.3"
3434
tokio = { version = "1.47.1", features = [
@@ -65,7 +65,7 @@ members = ["anda-config", "xtask", "andax"]
6565
rhai = { git = "https://github.com/rhaiscript/rhai", rev = "614a3e73d108bd436a3e063bd8d85ee3f168119a" }
6666

6767
[workspace.dependencies]
68-
anda-config = { path = "./anda-config", version = "0.4.13" }
68+
anda-config = { path = "./anda-config", version = "0.5.2" }
6969
serde = { version = "1.0", default-features = false, features = ["derive"] }
7070
lazy_static = "1.5"
7171
regex = "1.12.3"

anda-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "anda-config"
33
description = "Configuration module for Andaman"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/FyraLabs/anda"

andax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "andax"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
license = "MIT"
66
description = "Andaman scripting runtime"

0 commit comments

Comments
 (0)