diff --git a/Cargo.toml b/Cargo.toml index 890eceb..572462c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Andaman Build toolchain" license = "MIT" @@ -26,8 +26,8 @@ tracing-log = "0.2.0" color-eyre = { workspace = true } walkdir = "2.5.0" tempfile = "3.10.1" -anda-config = { path = "./anda-config", version = "0.2.0" } -andax = { path = "./andax", version = "0.2.0" } +anda-config = { workspace = true } +andax = { path = "./andax", version = "0.3.1" } flatpak = "0.18.1" clap-verbosity-flag = "2.2.0" clap_complete = "4.5.8" @@ -61,7 +61,7 @@ workspace = true members = ["anda-config", "xtask", "andax"] [workspace.dependencies] -anda-config = { path = "./anda-config", version = "0.2.2" } +anda-config = { path = "./anda-config", version = "0.3.1" } serde = { version = "1.0", default-features = false, features = ["derive"] } lazy_static = "1.5" regex = "1.10.5" diff --git a/anda-config/Cargo.toml b/anda-config/Cargo.toml index 9df37dc..a12bd01 100644 --- a/anda-config/Cargo.toml +++ b/anda-config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anda-config" description = "Configuration module for Andaman" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" repository = "https://github.com/FyraLabs/anda" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 94339f1..610a76b 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "andax" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" description = "Andaman scripting runtime" diff --git a/rust-anda-git.spec b/rust-anda-git.spec index 86739eb..4c5eea4 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.3.0 +%global _version 0.3.1 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index 6b69469..5882684 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: Andaman Build toolchain