From 7ecada3991f3ecd593eb49dee53490d20323f503 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Thu, 18 Jan 2024 08:47:16 +0800 Subject: [PATCH] chore: bump crate version to 0.6.0-alpha.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1767b10d6..cad02c231 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chewing" -version = "0.6.0-alpha.1" +version = "0.6.0-alpha.2" dependencies = [ "bytemuck", "cdb2", diff --git a/Cargo.toml b/Cargo.toml index 5272273da..aabdb7d77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "chewing" description = "The Chewing (酷音) intelligent Zhuyin input method." license = "LGPL-2.1-or-later" documentation = "https://docs.rs/chewing" -version = "0.6.0-alpha.1" +version = "0.6.0-alpha.2" rust-version = "1.70" edition = "2021"