This commit is contained in:
Dan Ballard 2022-07-21 15:52:52 -07:00
parent ec4e6f4c22
commit fff85a7a0e
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -142,7 +142,7 @@ checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]]
name = "libcwtch"
version = "0.3.2"
version = "0.4.0"
dependencies = [
"chrono",
"hex-literal",

View File

@ -1,13 +1,13 @@
[package]
name = "libcwtch"
version = "0.3.2"
version = "0.4.0"
authors = ["Dan Ballard <dan@mindstab.net>"]
edition = "2018"
license = "MIT"
description = "libcwtch is an interface to a Cwtch app that allows creating of profiles to communicate with contacts over the Cwtch protocol"
repository = "https://git.openprivacy.ca/cwtch.im/libcwtch-rs"
readme = "README.md"
documentation = "https://docs.rs/libcwtch/0.3.2/libcwtch/"
documentation = "https://docs.rs/libcwtch/"
[build-dependencies]
hex-literal = "0.3.4"