From 1a537bfe29db954a073598eb4771839f5d52b5c9 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 1 Jun 2018 15:54:44 -0700 Subject: [PATCH] v0.2.0 --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc33066..8a4edc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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 } diff --git a/README.md b/README.md index 9fc5319..774a25c 100644 --- a/README.md +++ b/README.md @@ -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)