Bump tokio-tls to v0.2.0 (#531)

This prepares the crate for release.
This commit is contained in:
Carl Lerche
2018-08-08 10:17:28 -07:00
committed by GitHub
parent decc83e959
commit 89d6bfc5cb
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
//! `native-tls` crate.
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/tokio-tls/0.1")]
#![doc(html_root_url = "https://docs.rs/tokio-tls/0.2.0")]
extern crate futures;
extern crate native_tls;