Skip to content
Snippets Groups Projects

ci: Verify that the advertized MSRV can be used.

Merged David Runge requested to merge dvzrv/msrv into main
2 files
+ 12
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
0
@@ -46,6 +46,17 @@ fmt:
script:
- cargo fmt -- --check
msrv:
stage: check
before_script:
- pacman -Sy --needed --noconfirm archlinux-keyring
- pacman -Syu --needed --noconfirm cargo-msrv gcc git rustup
- rustup toolchain install nightly
needs: []
script:
- cargo msrv list
- cargo +nightly check -Zdirect-minimal-versions
reuse:
stage: check
needs: []
Loading