diff --git a/Cargo.toml b/Cargo.toml index 3ffe240..fcf0bd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cwtch-imp" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "MIT" description = "small demon, a familiar of a witch. imp is a set of bot creating utilities built on top of libcwtch-rs" @@ -12,5 +12,5 @@ documentation = "https://docs.rs/cwtch-imp/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libcwtch = "0.6.1" +libcwtch = "0.7.0" chrono = "0.4.19"