From a8129181a8ac2335419dd9bb3f189649c9940ee2 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Mon, 7 Oct 2024 20:27:35 +0800 Subject: [PATCH] update ica version --- ica-rs/src/ica.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ica-rs/src/ica.rs b/ica-rs/src/ica.rs index bb27cb3..269dda3 100644 --- a/ica-rs/src/ica.rs +++ b/ica-rs/src/ica.rs @@ -11,7 +11,7 @@ use crate::error::{ClientResult, IcaError}; use crate::{version_str, StopGetter}; /// icalingua 客户端的兼容版本号 -pub const ICA_PROTOCOL_VERSION: &str = "2.12.21"; +pub const ICA_PROTOCOL_VERSION: &str = "2.12.22"; pub async fn start_ica(config: &IcaConfig, stop_reciver: StopGetter) -> ClientResult<(), IcaError> { let span = span!(Level::INFO, "Icalingua Client");