From 72564a9e522e008b2ebbee67d8c9f2133b7cea51 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 9 Nov 2016 21:06:37 +0000 Subject: [PATCH] Release v0.1.0 --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bfc53d56..215bead8 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,9 @@ the [`openssl`] crate) on all other platforms. ```toml # Cargo.toml [dependencies] -native-tls = { git = "https://github.com/sfackler/rust-native-tls" } +native-tls = "0.1" ``` -> **Note**: right now this crate is not published on crates.io, but it plans to -> do so soon! - ## Usage An example client looks like: