Skip to content

Commit 055074c

Browse files
committed
Merge branch 'bump-msrv' into 'master'
Bump MSRV to 1.63.0 See merge request mkjeldsen/commitmsgfmt!76
2 parents 7e0a176 + 7e6e4d8 commit 055074c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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)