Skip to content

Commit b03b9ea

Browse files
committed
Release openssl-sys v0.9.85
1 parent a03a346 commit b03b9ea

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

openssl-sys/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.9.85] - 2023-04-09
6+
7+
### Added
8+
9+
* Added support for LibreSSL 3.7.x.
10+
511
## [v0.9.84] - 2023-04-01
612

713
### Added
@@ -418,7 +424,8 @@ Fixed builds against OpenSSL built with `no-cast`.
418424
* Added `X509_verify` and `X509_REQ_verify`.
419425
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.
420426

421-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.84..master
427+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.85..master
428+
[v0.9.85]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.85...openssl-sys-v0.9.85
422429
[v0.9.84]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.83...openssl-sys-v0.9.84
423430
[v0.9.83]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.82...openssl-sys-v0.9.83
424431
[v0.9.82]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.81...openssl-sys-v0.9.82

openssl-sys/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-sys"
3-
version = "0.9.84"
3+
version = "0.9.85"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Steven Fackler <[email protected]>",

0 commit comments

Comments
 (0)