Bump MSRV to 1.63.0

This commit is contained in:
timvisee 2023-08-20 17:48:39 +02:00
parent 5df8463b74
commit 238f1f54d7
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
3 changed files with 3 additions and 2 deletions

View file

@ -67,7 +67,7 @@ check-nightly:
check-msrv: check-msrv:
<<: *check-base <<: *check-base
variables: variables:
RUST_VERSION: "1.60.0" RUST_VERSION: "1.63.0"
# Build using Rust stable # Build using Rust stable
build-x86_64-linux-gnu: build-x86_64-linux-gnu:

View file

@ -1,6 +1,7 @@
[package] [package]
name = "ffsend" name = "ffsend"
version = "0.2.76" version = "0.2.76"
rust-version = "1.63.0"
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"] authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
license = "GPL-3.0" license = "GPL-3.0"
readme = "README.md" readme = "README.md"

View file

@ -444,7 +444,7 @@ before proceeding:
### Build requirements ### Build requirements
- Runtime [requirements](#requirements) - Runtime [requirements](#requirements)
- [`git`][git] - [`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: - [OpenSSL][openssl] or [LibreSSL][libressl] libraries/headers:
- 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`