0.2.3: upgrade libcwtch-rs so that no more double creation of profiles

This commit is contained in:
Dan Ballard 2023-09-30 12:29:56 -07:00
parent a7fa18b5ff
commit ce64bde436
1 changed files with 2 additions and 2 deletions

View File

@ -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"