From 1ea7a7afdb7997ac7b0ac8a2cbbd4ef248076ac4 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 15 Jan 2024 18:59:25 +0800 Subject: [PATCH] chore: bump anda anda: 0.1.22 andax: 0.1.7 --- Cargo.toml | 2 +- andax/Cargo.toml | 2 +- rust-anda-git.spec | 2 +- rust-anda.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0bb13aa..ccd4e66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.1.21" +version = "0.1.22" edition = "2021" description = "Andaman Build toolchain" license = "MIT" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 5413fd5..b457c14 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "andax" -version = "0.1.6" +version = "0.1.7" edition = "2021" license = "MIT" description = "Andaman scripting runtime" diff --git a/rust-anda-git.spec b/rust-anda-git.spec index e69cdfe..11618c7 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.1.21 +%global _version 0.1.22 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index f4eba37..7f4180e 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.1.21 +Version: 0.1.22 Release: 1%{?dist} Summary: Andaman Build toolchain