]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: bump `rustls` to 0.14.1
authorLaurențiu Nicola <lnicola@users.noreply.github.com>
Mon, 24 Feb 2025 09:51:06 +0000 (11:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Feb 2025 21:41:30 +0000 (22:41 +0100)
Closes #16446

docs/RUSTLS.md

index 747f404bbe2cc801fedea56880cde28a09b49f5a..55c7260548cdbad85ae1ee88a67432c15e829160 100644 (file)
@@ -9,7 +9,7 @@ SPDX-License-Identifier: curl
 [Rustls is a TLS backend written in Rust](https://docs.rs/rustls/). curl can
 be built to use it as an alternative to OpenSSL or other TLS backends. We use
 the [rustls-ffi C bindings](https://github.com/rustls/rustls-ffi/). This
-version of curl depends on version v0.14.0 of rustls-ffi.
+version of curl is compatible with `rustls-ffi` v0.14.x.
 
 # Building with Rustls
 
@@ -17,7 +17,7 @@ First, [install Rust](https://rustup.rs/).
 
 Next, check out, build, and install the appropriate version of rustls-ffi:
 
-    % git clone https://github.com/rustls/rustls-ffi -b v0.14.0
+    % git clone https://github.com/rustls/rustls-ffi -b v0.14.1
     % cd rustls-ffi
     % make
     % make DESTDIR=${HOME}/rustls-ffi-built/ install