0.5.0 release

This commit is contained in:
Dan Ballard 2023-05-08 15:41:41 -05:00
parent e044e961f2
commit 4f49da65cc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "libcwtch"
version = "0.4.2"
version = "0.5.0"
authors = ["Dan Ballard <dan@mindstab.net>"]
edition = "2018"
license = "MIT"

View File

@ -1,6 +1,6 @@
# libCwtch-rs
Rust bindings for [libCwtch](https://git.openprivacy.ca/cwtch.im/libcwtch-go/)
Rust bindings for [libCwtch autobindings](https://git.openprivacy.ca/cwtch.im/autobindings/)
Example echobot in examples/echobot.rs (`cargo run --example echobot` -- assumes tor is on $PATH)