From 5fcd8274f86e4dac3485aa013d3c66ad2c47fe8b Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Mon, 17 Jul 2023 20:13:23 +0800 Subject: [PATCH] chore: bump version 0.1.18 anda 0.1.18 andax 0.1.4 anda-config 0.1.6 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- anda-config/Cargo.toml | 2 +- andax/Cargo.toml | 2 +- rust-anda-git.spec | 2 +- rust-anda.spec | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e671a15..4da4236 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ dependencies = [ [[package]] name = "anda" -version = "0.1.17" +version = "0.1.18" dependencies = [ "anda-config", "andax", @@ -75,7 +75,7 @@ dependencies = [ [[package]] name = "anda-config" -version = "0.1.5" +version = "0.1.6" dependencies = [ "chrono", "dotenv", @@ -97,7 +97,7 @@ dependencies = [ [[package]] name = "andax" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anda-config", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index bdbd744..3448817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.1.17" +version = "0.1.18" edition = "2021" description = "Andaman Build toolchain" license = "MIT" diff --git a/anda-config/Cargo.toml b/anda-config/Cargo.toml index 2ed9753..3867e1d 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.1.5" +version = "0.1.6" edition = "2021" license = "MIT" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 773a257..0dbe184 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "andax" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "MIT" description = "Andaman scripting runtime" diff --git a/rust-anda-git.spec b/rust-anda-git.spec index 31aea7b..162a3db 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.1.17 +%global _version 0.1.18 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index dee8661..1f5cf84 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.1.17 +Version: 0.1.18 Release: 1%{?dist} Summary: Andaman Build toolchain