We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55aff8e commit e861c7cCopy full SHA for e861c7c
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased]
4
5
+## [v0.2.12]
6
+
7
+### Fixed
8
9
+* Stopped using a deprecated openssl-probe API.
10
11
## [v0.2.11]
12
13
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "native-tls"
-version = "0.2.12"
+version = "0.2.13"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "A wrapper over a platform's native TLS implementation"
0 commit comments