Skip to content

Commit

Permalink
Bump MSRV to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Aug 20, 2023
1 parent 5df8463 commit 238f1f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "ffsend"
version = "0.2.76"
rust-version = "1.63.0"
authors = ["Tim Visee <[email protected]>"]
license = "GPL-3.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 238f1f5

Please sign in to comment.