mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 04:31:05 +08:00
0.4.12!
坏了
This commit is contained in:
parent
47b53b245b
commit
a3ed392179
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -640,7 +640,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ica-rs"
|
||||
version = "0.4.11"
|
||||
version = "0.4.12"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"colored",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user