Skip to content

Commit 5bb4d00

Browse files
committed
Release v0.6.1
1 parent 65e5c48 commit 5bb4d00

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[package]
22
name = "tokio-openssl"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
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"
7+
repository = "https://github.com/sfackler/tokio-openssl"
108
description = """
119
An implementation of SSL streams for Tokio backed by OpenSSL
1210
"""

0 commit comments

Comments
 (0)