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)