Skip to content

Commit 326bb76

Browse files
committed
Cargo: version 0.14.0-rc1 -> 0.14.0
1 parent 7d5ecaf commit 326bb76

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

3-
## 0.14.0-rc1 (pending)
3+
## 0.14.0 (2024-09-12)
44

55
This release updates to [Rustls 0.23.13][] and changes the rustls-ffi API to allow
6-
choosing a cryptography provider to use with Rustls.
6+
choosing a cryptography provider to use with Rustls.
77

88
The default provider has been changed to match the Rustls default,
99
[`aws-lc-rs`][]. Users that wish to continue using `*ring*` as the provider may

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustls-ffi"
3-
version = "0.14.0-rc1"
3+
version = "0.14.0"
44
license = "Apache-2.0 OR ISC OR MIT"
55
readme = "README-crates.io.md"
66
description = "Rustls bindings for non-Rust languages"

0 commit comments

Comments
 (0)