Skip to content

Commit 72564a9

Browse files
committed
Release v0.1.0
1 parent 17726cd commit 72564a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@ the [`openssl`] crate) on all other platforms.
1919
```toml
2020
# Cargo.toml
2121
[dependencies]
22-
native-tls = { git = "https://github.com/sfackler/rust-native-tls" }
22+
native-tls = "0.1"
2323
```
2424

25-
> **Note**: right now this crate is not published on crates.io, but it plans to
26-
> do so soon!
27-
2825
## Usage
2926

3027
An example client looks like:

0 commit comments

Comments
 (0)