From a3ed392179701e2933e2e51c8163e719e897c00c Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 25 Feb 2024 21:38:51 +0800 Subject: [PATCH] =?UTF-8?q?0.4.12=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 坏了 --- Cargo.lock | 2 +- ica-rs/Cargo.toml | 2 +- ica-rs/src/client.rs | 1 - news.md | 4 ++++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8adbcc8..7fc7eb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "ica-rs" -version = "0.4.11" +version = "0.4.12" dependencies = [ "chrono", "colored", diff --git a/ica-rs/Cargo.toml b/ica-rs/Cargo.toml index c02513f..add617d 100644 --- a/ica-rs/Cargo.toml +++ b/ica-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ica-rs" -version = "0.4.11" +version = "0.4.12" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ica-rs/src/client.rs b/ica-rs/src/client.rs index 24198c2..a000c6b 100644 --- a/ica-rs/src/client.rs +++ b/ica-rs/src/client.rs @@ -2,7 +2,6 @@ use crate::config::IcaConfig; use crate::data_struct::all_rooms::Room; use crate::data_struct::messages::{DeleteMessage, SendMessage}; use crate::data_struct::online_data::OnlineData; -use crate::data_struct::RoomId; use crate::ClientStatus; use colored::Colorize; diff --git a/news.md b/news.md index 68c7f65..3cb997b 100644 --- a/news.md +++ b/news.md @@ -1,5 +1,9 @@ # 更新日志 +## 0.4.12 + +把 0.4.11 的遗留问题修完了 + ## 0.4.11 这几天就是在刷版本号的感觉