From 24304200a8474b87c1f7fcfac79ca836e828f03f Mon Sep 17 00:00:00 2001 From: timvisee Date: Sat, 30 May 2020 16:19:12 +0200 Subject: [PATCH] Bump minimum Rust version to 1.40 --- .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 eebb07b..6ac04cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,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: diff --git a/README.md b/README.md index 1692057..44f6f0f 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,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/headers: - Linux: - Ubuntu, Debian and derivatives: `apt install build-essential cmake pkg-config libssl-dev`