From 780c9aee8de89c35dd5d867eb188091df6671549 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Tue, 1 Oct 2024 19:18:28 +0800 Subject: [PATCH] reee --- ica-rs/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ica-rs/src/main.rs b/ica-rs/src/main.rs index ea56286..3c78e23 100644 --- a/ica-rs/src/main.rs +++ b/ica-rs/src/main.rs @@ -73,7 +73,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 {