From d6c24570e36eb81590050e1433a2e33d2af8fe8c Mon Sep 17 00:00:00 2001 From: madonuko Date: Fri, 13 Dec 2024 22:32:50 +0800 Subject: [PATCH] chore: bump to 0.4.3 --- Cargo.toml | 6 +++--- anda-config/Cargo.toml | 2 +- andax/Cargo.toml | 2 +- rust-anda-git.spec | 2 +- rust-anda.spec | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 584397f..fc84fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.4.2" +version = "0.4.3" edition = "2021" description = "Andaman Build toolchain" license = "MIT" @@ -28,7 +28,7 @@ color-eyre = { workspace = true } walkdir = "2.5.0" tempfile = "3.14.0" anda-config = { workspace = true } -andax = { path = "./andax", version = "0.4.2" } +andax = { path = "./andax", version = "0.4.3" } flatpak = "0.18.1" clap-verbosity-flag = "3.0.1" tokio = { version = "1.42.0", features = [ @@ -62,7 +62,7 @@ workspace = true members = ["anda-config", "xtask", "andax"] [workspace.dependencies] -anda-config = { path = "./anda-config", version = "0.4.2" } +anda-config = { path = "./anda-config", version = "0.4.3" } serde = { version = "1.0", default-features = false, features = ["derive"] } lazy_static = "1.5" regex = "1.11.1" diff --git a/anda-config/Cargo.toml b/anda-config/Cargo.toml index df42199..b02e3cd 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.4.2" +version = "0.4.3" edition = "2021" license = "MIT" repository = "https://github.com/FyraLabs/anda" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 056a523..4dc0625 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "andax" -version = "0.4.2" +version = "0.4.3" edition = "2021" license = "MIT" description = "Andaman scripting runtime" diff --git a/rust-anda-git.spec b/rust-anda-git.spec index 3b7c9d2..6fba2e2 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.4.2 +%global _version 0.4.3 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index b5e1de2..aacd075 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: Andaman Build toolchain