Skip to content

Commit 0ddfae8

Browse files
fixup! Add CI job that checks minimal version
1 parent c325726 commit 0ddfae8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,6 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v4
6969
- uses: dtolnay/rust-toolchain@nightly
70-
- run: cargo build --verbose -Z minimal-versions
70+
- uses: dtolnay/rust-toolchain@stable
71+
- run: cargo +nightly update --verbose -Z minimal-versions
72+
- run: cargo +stable build --locked

0 commit comments

Comments
 (0)