Skip to content

Commit 7e6e4d8

Browse files
committed
Bump MSRV to 1.63.0
Bump MSRV and record it for Cargo [1]. Since ce99e39 (Bump MSRV to 1.48.0, 2021-03-13) openSUSE Leap has effectively died. 15.4 and 15.5 have fewer packages and there won't be later versions, and instead "Slowroll" is expected to replace Leap entirely [2]. Slowroll is based on openSUSE Tumbleweed so there will no longer be an openSUSE laggard release to target. * Debian "bookworm" (stable) * Ubuntu 20.04 [1] https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-rust-version-field [2] https://en.opensuse.org/openSUSE:Slowroll
1 parent 7e0a176 commit 7e6e4d8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,16 @@ jobs:
1515
strategy:
1616
matrix:
1717
build:
18-
# MSRV, stable, and next.
19-
- pinned
18+
- msrv
2019
- stable
2120
- nightly
2221
# Use nightly for these because that's what release does.
2322
- win-msvc
2423
- macos
2524
include:
26-
- build: pinned
25+
- build: msrv
2726
os: ubuntu-22.04
28-
rust: 1.48.0
27+
rust: 1.63.0
2928

3029
- build: stable
3130
os: ubuntu-22.04

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://launchpad.net/rustc
22
# https://packages.debian.org/stable/rustc
33
# https://software.opensuse.org/package/rust
4-
image: rust:1.48.0-buster
4+
image: rust:1.63.0-slim-bullseye # should actually be bookworm
55

66
rustfmt:
77
script:

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://gitlab.com/mkjeldsen/commitmsgfmt"
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
edition = "2018"
12+
rust-version = "1.63.0"
1213

1314
[dependencies]
1415
unicode-segmentation = "1.10.1"

0 commit comments

Comments
 (0)