Skip to content

Commit 43da211

Browse files
committed
Bump MSRV to 1.75.0
Finally we get the crates.io "sparse" index protocol. This cuts GitLab CI `cargo build` time from about 5 minutes to about 5 seconds. Note that since fc904e0 (Bump MSRV to 1.63.0, 2025-08-02), openSUSE Leap is back in the game with 15.6 and 16. Oh, well. * Debian "trixie" (stable) * Ubuntu 24.04
1 parent 164625b commit 43da211

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
include:
2626
- build: msrv
2727
os: ubuntu-24.04
28-
rust: 1.63.0
28+
rust: 1.75.0
2929

3030
- build: stable
3131
os: ubuntu-24.04

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# https://launchpad.net/rustc
1+
# https://hub.docker.com/_/rust
2+
# https://launchpad.net/rustc/+packages
23
# https://packages.debian.org/stable/rustc
34
# https://software.opensuse.org/package/rust
4-
image: rust:1.63.0-slim-bullseye # should actually be bookworm
5+
image: rust:1.75.0-slim-buster # should actually be trixie
56

67
rustfmt:
78
script:

Cargo.toml

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

1414
[dependencies]
1515
unicode-segmentation = "1.10.1"

0 commit comments

Comments
 (0)