mirror of
https://github.com/openharmony/third_party_rust_rust-native-tls.git
synced 2026-07-01 20:24:01 -04:00
Release v0.2.11
This commit is contained in:
+8
-1
@@ -2,6 +2,12 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.2.11]
|
||||
|
||||
### Fixed
|
||||
|
||||
* Removed an unused build dependency.
|
||||
|
||||
## [v0.2.10]
|
||||
|
||||
### Fixed
|
||||
@@ -117,7 +123,8 @@
|
||||
|
||||
Look at the [release tags] for information about older releases.
|
||||
|
||||
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.10...master
|
||||
[Unreleased]: https://github.com/sfackler/rust-native-tls/compare/v0.2.11...master
|
||||
[v0.2.11]: https://github.com/sfackler/rust-native-tls/compare/v0.2.10...v0.2.11
|
||||
[v0.2.10]: https://github.com/sfackler/rust-native-tls/compare/v0.2.9...v0.2.10
|
||||
[v0.2.9]: https://github.com/sfackler/rust-native-tls/compare/v0.2.8...v0.2.9
|
||||
[v0.2.8]: https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.8
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "native-tls"
|
||||
version = "0.2.10"
|
||||
version = "0.2.11"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
description = "A wrapper over a platform's native TLS implementation"
|
||||
|
||||
Reference in New Issue
Block a user