Update minimum Rust version to 1.40
This commit is contained in:
parent
0d8bcb08e0
commit
0cafab842f
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ check-nightly:
|
|||
check-old:
|
||||
<<: *check-base
|
||||
variables:
|
||||
RUST_VERSION: "1.39.0"
|
||||
RUST_VERSION: "1.40.0"
|
||||
|
||||
# Build using Rust stable
|
||||
build-x86_64-linux-gnu:
|
||||
|
|
|
@ -438,7 +438,7 @@ before proceeding:
|
|||
### Build requirements
|
||||
- Runtime [requirements](#requirements)
|
||||
- [`git`][git]
|
||||
- [`rust`][rust] `v1.39` or higher (install using [`rustup`][rustup])
|
||||
- [`rust`][rust] `v1.40` or higher (install using [`rustup`][rustup])
|
||||
- [OpenSSL][openssl] or [LibreSSL][libressl] libraries and headers must be available
|
||||
- Linux:
|
||||
- Ubuntu, Debian and derivatives: `apt install build-essential cmake pkg-config libssl-dev`
|
||||
|
|
Loading…
Reference in a new issue