From bfe30e1be368513c802d3a25a96c5e74ad25ca69 Mon Sep 17 00:00:00 2001 From: timvisee Date: Sun, 4 Aug 2019 23:17:12 +0200 Subject: [PATCH] Change minimum Rust version to 1.34 --- .gitlab-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d5f51d..7f2e606 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ check-nightly: check-old: <<: *check-base variables: - RUST_VERSION: "1.32.0" + RUST_VERSION: "1.34.0" # Build using Rust stable build-x86_64-linux-gnu: diff --git a/README.md b/README.md index aaf8d36..ac98ee2 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ before proceeding: ### Build requirements - Regular [requirements](#requirements) - [`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 - Linux: - Ubuntu, Debian and derivatives: `apt install build-essential cmake pkg-config libssl-dev`