Skip to content

Commit

Permalink
Prepare 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed May 7, 2024
1 parent 27b9b5e commit 39e95c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustls-libssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 5 additions & 1 deletion rustls-libssl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 39e95c0

Please sign in to comment.