diff --git a/Cargo.toml b/Cargo.toml index abb0eb8..96ac332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,10 @@ [package] name = "tokio-openssl" -version = "0.6.0" +version = "0.6.1" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" edition = "2018" -repository = "https://github.com/alexcrichton/tokio-openssl" -homepage = "https://github.com/alexcrichton/tokio-openssl" -documentation = "https://docs.rs/tokio-openssl" +repository = "https://github.com/sfackler/tokio-openssl" description = """ An implementation of SSL streams for Tokio backed by OpenSSL """