From 538f43869f87ade2879ef554669830535eb3caf1 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 18 Aug 2024 13:16:20 +0800 Subject: [PATCH] ok --- 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 405ff3a..22250c4 100644 --- a/ica-rs/src/main.rs +++ b/ica-rs/src/main.rs @@ -70,7 +70,7 @@ pub fn version_str() -> String { /// 是否为稳定版本 /// 会在 release 的时候设置为 true -pub const STABLE: bool = false; +pub const STABLE: bool = true; #[macro_export] macro_rules! async_callback_with_state {