We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e5c48 commit 5bb4d00Copy full SHA for 5bb4d00
Cargo.toml
@@ -1,12 +1,10 @@
1
[package]
2
name = "tokio-openssl"
3
-version = "0.6.0"
+version = "0.6.1"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT/Apache-2.0"
6
edition = "2018"
7
-repository = "https://github.com/alexcrichton/tokio-openssl"
8
-homepage = "https://github.com/alexcrichton/tokio-openssl"
9
-documentation = "https://docs.rs/tokio-openssl"
+repository = "https://github.com/sfackler/tokio-openssl"
10
description = """
11
An implementation of SSL streams for Tokio backed by OpenSSL
12
"""
0 commit comments