[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
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