or higher -> or greater 11 docs 4

This commit is contained in:
Viktor Szakats 2026-05-26 18:59:46 +02:00
parent ce4d34e28f
commit 222e447efc
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -56,7 +56,7 @@ Once downloaded, build `curl` using `--with-rustls` and the path to the extracte
Building `rustls-ffi` from source requires both a rust compiler, and the [cargo-c] cargo plugin.
To install a Rust compiler, use [rustup] or your package manager to install
the **1.73** or higher toolchain.
the **1.73** or greater toolchain.
To install `cargo-c`, use your [package manager][cargo-c pkg], download
[a pre-built archive][cargo-c prebuilt], or build it from source with `cargo install cargo-c`.