This commit is contained in:
shenjack 2024-10-01 19:18:28 +08:00
parent 6d883b0d7d
commit 780c9aee8d
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -73,7 +73,7 @@ pub fn version_str() -> String {
/// 是否为稳定版本 /// 是否为稳定版本
/// 会在 release 的时候设置为 true /// 会在 release 的时候设置为 true
pub const STABLE: bool = true; pub const STABLE: bool = false;
#[macro_export] #[macro_export]
macro_rules! async_callback_with_state { macro_rules! async_callback_with_state {