From 15f08a8cfb016f439e8b69e18d0c01f3f475335d Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 13 Feb 2025 01:31:36 +0800 Subject: [PATCH] 0.8.3 dev --- Cargo.lock | 2 +- ica-rs/Cargo.toml | 2 +- ica-rs/src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bdf268..04f8526 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,7 +693,7 @@ dependencies = [ [[package]] name = "ica-rs" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/ica-rs/Cargo.toml b/ica-rs/Cargo.toml index 7bb9eae..b6e81d3 100644 --- a/ica-rs/Cargo.toml +++ b/ica-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ica-rs" -version = "0.8.2" +version = "0.8.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ica-rs/src/main.rs b/ica-rs/src/main.rs index db0aa8f..5b80a72 100644 --- a/ica-rs/src/main.rs +++ b/ica-rs/src/main.rs @@ -80,7 +80,7 @@ pub fn version_str() -> String { /// 是否为稳定版本 /// 会在 release 的时候设置为 true -pub const STABLE: bool = true; +pub const STABLE: bool = false; #[macro_export] macro_rules! async_callback_with_state {