From 238f1f54d7bde88c0e525dd0d5c4c6aa251a3634 Mon Sep 17 00:00:00 2001 From: timvisee Date: Sun, 20 Aug 2023 17:48:39 +0200 Subject: [PATCH] Bump MSRV to 1.63.0 --- .gitlab-ci.yml | 2 +- Cargo.toml | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80289f9..20773ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ check-nightly: check-msrv: <<: *check-base variables: - RUST_VERSION: "1.60.0" + RUST_VERSION: "1.63.0" # Build using Rust stable build-x86_64-linux-gnu: diff --git a/Cargo.toml b/Cargo.toml index d677594..04b99f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "ffsend" version = "0.2.76" +rust-version = "1.63.0" authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] license = "GPL-3.0" readme = "README.md" diff --git a/README.md b/README.md index c2231a0..5740e8b 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,7 @@ before proceeding: ### Build requirements - Runtime [requirements](#requirements) - [`git`][git] -- [`rust`][rust] `v1.60` (MSRV) or higher (install using [`rustup`][rustup]) +- [`rust`][rust] `v1.63` (MSRV) 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`