diff --git a/Cargo.lock b/Cargo.lock index 216d7f4..67c9f9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ dependencies = [ [[package]] name = "ica-rs" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/ica-rs/Cargo.toml b/ica-rs/Cargo.toml index 6065b29..aa584a8 100644 --- a/ica-rs/Cargo.toml +++ b/ica-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ica-rs" -version = "0.8.0" +version = "0.8.1" 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 7395e59..c04082d 100644 --- a/ica-rs/src/main.rs +++ b/ica-rs/src/main.rs @@ -79,7 +79,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 {