summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2024-09-12 10:44:26 -0400
committerDaniel McCarney <daniel@binaryparadox.net>2024-09-12 11:33:32 -0400
commit326bb76f64db954a92663e87fcf620f2a615ec99 (patch)
treef1494a2ca31ed31f5c3d478c424ff2a25b2a54d7
parent7d5ecaf001e095cdf709406a435973fd30c3ead4 (diff)
Cargo: version 0.14.0-rc1 -> 0.14.0v0.14.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c9f7fbc..77c7651 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
# Changelog
-## 0.14.0-rc1 (pending)
+## 0.14.0 (2024-09-12)
This release updates to [Rustls 0.23.13][] and changes the rustls-ffi API to allow
-choosing a cryptography provider to use with Rustls.
+choosing a cryptography provider to use with Rustls.
The default provider has been changed to match the Rustls default,
[`aws-lc-rs`][]. Users that wish to continue using `*ring*` as the provider may
diff --git a/Cargo.lock b/Cargo.lock
index 7baa5ba..9c7d63d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -509,7 +509,7 @@ dependencies = [
[[package]]
name = "rustls-ffi"
-version = "0.14.0-rc1"
+version = "0.14.0"
dependencies = [
"libc",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index fb59488..6d574aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls-ffi"
-version = "0.14.0-rc1"
+version = "0.14.0"
license = "Apache-2.0 OR ISC OR MIT"
readme = "README-crates.io.md"
description = "Rustls bindings for non-Rust languages"