This commit is contained in:
Sean McArthur
2018-06-01 15:54:44 -07:00
parent c558672041
commit 1a537bfe29
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "hyper-tls"
version = "0.2.0-a.0"
version = "0.2.0"
description = "Default TLS implementation for use with hyper"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT/Apache-2.0"
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/hyper-tls"
[dependencies]
futures = "0.1.21"
native-tls = "0.1"
hyper = { git = "https://github.com/hyperium/hyper" }
hyper = "0.12"
tokio-io = "0.1"
tokio-tls = { version = "0.1.4", default-features = false }
+1 -1
View File
@@ -1,6 +1,6 @@
# hyper-tls
Provides an HTTPS connector for use with hyper.
Provides an HTTPS connector for use with [hyper](https://hyper.rs).
[Documentation](https://docs.rs/hyper-tls)