From 39e95c0409da0c2c76196373afc6328bd52b06ff Mon Sep 17 00:00:00 2001 From: Joe Birr-Pixton Date: Tue, 7 May 2024 16:08:53 +0100 Subject: [PATCH] Prepare 0.2.0 --- rustls-libssl/Cargo.toml | 2 +- rustls-libssl/README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/rustls-libssl/Cargo.toml b/rustls-libssl/Cargo.toml index b7cc6e0..1aeb8ff 100644 --- a/rustls-libssl/Cargo.toml +++ b/rustls-libssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-libssl" -version = "0.1.0" +version = "0.2.0" edition = "2021" build = "build.rs" rust-version = "1.77" diff --git a/rustls-libssl/README.md b/rustls-libssl/README.md index 272104e..bc4f7ce 100644 --- a/rustls-libssl/README.md +++ b/rustls-libssl/README.md @@ -11,7 +11,11 @@ this is still required. # Status This project is experimental. We have aimed for the subset of libssl -used by curl and nginx versions as shipped with Ubuntu 22.04 LTS. +used by: + +- curl on Ubuntu 22.04 LTS +- nginx on Ubuntu 22.04 LTS and 24.04 LTS + We have a [compatibility matrix](MATRIX.md) and [known issues](https://github.com/rustls/rustls-openssl-compat/issues).