File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,16 @@ jobs:
15
15
strategy :
16
16
matrix :
17
17
build :
18
- # MSRV, stable, and next.
19
- - pinned
18
+ - msrv
20
19
- stable
21
20
- nightly
22
21
# Use nightly for these because that's what release does.
23
22
- win-msvc
24
23
- macos
25
24
include :
26
- - build : pinned
25
+ - build : msrv
27
26
os : ubuntu-22.04
28
- rust : 1.48 .0
27
+ rust : 1.63 .0
29
28
30
29
- build : stable
31
30
os : ubuntu-22.04
Original file line number Diff line number Diff line change 1
1
# https://launchpad.net/rustc
2
2
# https://packages.debian.org/stable/rustc
3
3
# 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
5
5
6
6
rustfmt :
7
7
script :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ repository = "https://gitlab.com/mkjeldsen/commitmsgfmt"
9
9
readme = " README.md"
10
10
license = " Apache-2.0"
11
11
edition = " 2018"
12
+ rust-version = " 1.63.0"
12
13
13
14
[dependencies ]
14
15
unicode-segmentation = " 1.10.1"
You can’t perform that action at this time.
0 commit comments