Change minimum Rust version to 1.34

This commit is contained in:
timvisee 2019-08-04 23:17:12 +02:00
parent 091fd35410
commit bfe30e1be3
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ check-nightly:
check-old: check-old:
<<: *check-base <<: *check-base
variables: variables:
RUST_VERSION: "1.32.0" RUST_VERSION: "1.34.0"
# Build using Rust stable # Build using Rust stable
build-x86_64-linux-gnu: build-x86_64-linux-gnu:

View file

@ -401,7 +401,7 @@ before proceeding:
### Build requirements ### Build requirements
- Regular [requirements](#requirements) - Regular [requirements](#requirements)
- [`git`][git] - [`git`][git]
- [`rust`][rust] `v1.32` or higher (install using [`rustup`][rustup]) - [`rust`][rust] `v1.34` or higher (install using [`rustup`][rustup])
- [OpenSSL][openssl] or [LibreSSL][libressl] libraries and headers must be available - [OpenSSL][openssl] or [LibreSSL][libressl] libraries and headers must be available
- Linux: - Linux:
- Ubuntu, Debian and derivatives: `apt install build-essential cmake pkg-config libssl-dev` - Ubuntu, Debian and derivatives: `apt install build-essential cmake pkg-config libssl-dev`