Skip to content

Commit 1098687

Browse files
committed
Prepare 0.2.1
1 parent 5e18d53 commit 1098687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-probe"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rustls/openssl-probe"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ First, add this to your `Cargo.toml`:
1111

1212
```toml
1313
[dependencies]
14-
openssl-probe = "0.1.6"
14+
openssl-probe = "0.2"
1515
```
1616

1717
Then add this to your crate:

0 commit comments

Comments
 (0)