Skip to content

Commit

Permalink
msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
commonquail committed Nov 11, 2023
1 parent 7e0a176 commit f9d186c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ jobs:
strategy:
matrix:
build:
# MSRV, stable, and next.
- pinned
- msrv
- stable
- nightly
# Use nightly for these because that's what release does.
- win-msvc
- macos
include:
- build: pinned
- build: msrv
os: ubuntu-22.04
rust: 1.48.0
rust: 1.63.0

- build: stable
os: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://launchpad.net/rustc
# https://packages.debian.org/stable/rustc
# https://software.opensuse.org/package/rust
image: rust:1.48.0-buster
image: rust:1.63.0-slim-bullseye # should actually be bookworm

rustfmt:
script:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://gitlab.com/mkjeldsen/commitmsgfmt"
readme = "README.md"
license = "Apache-2.0"
edition = "2018"
rust-version = "1.63.0"

[dependencies]
unicode-segmentation = "1.10.1"
Expand Down

0 comments on commit f9d186c

Please sign in to comment.