This commit is contained in:
shenjack 2024-08-18 13:16:20 +08:00
parent f0cdac3299
commit 538f43869f
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -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 {