From 4f49da65cc4aa75d855115ac2a10858603be7feb Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Mon, 8 May 2023 15:41:41 -0500 Subject: [PATCH] 0.5.0 release --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0c8060..29f0c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcwtch" -version = "0.4.2" +version = "0.5.0" authors = ["Dan Ballard "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index d29b99e..527ade5 100644 --- a/README.md +++ b/README.md @@ -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)