Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 9, 2016
1 parent 17726cd commit 72564a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 72564a9

Please sign in to comment.