Skip to content

Commit 93b1339

Browse files
committed
Prepare 0.2.0
1 parent 27b9b5e commit 93b1339

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

rustls-libssl/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustls-libssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustls-libssl"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
build = "build.rs"
66
rust-version = "1.77"

rustls-libssl/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ this is still required.
1111
# Status
1212

1313
This project is experimental. We have aimed for the subset of libssl
14-
used by curl and nginx versions as shipped with Ubuntu 22.04 LTS.
14+
used by:
15+
16+
- curl on Ubuntu 22.04 LTS
17+
- nginx on Ubuntu 22.04 LTS and 24.04 LTS
18+
1519
We have a [compatibility matrix](MATRIX.md) and
1620
[known issues](https://github.com/rustls/rustls-openssl-compat/issues).
1721

0 commit comments

Comments
 (0)