Skip to content

Commit 06f46c7

Browse files
Add CI job that checks minimal version
1 parent aeb964c commit 06f46c7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,13 @@ jobs:
6060
env:
6161
RUSTDOCFLAGS: "-D warnings"
6262
run: cargo doc --verbose
63+
64+
minimalv:
65+
name: Minimal versions
66+
runs-on: ubuntu-latest
67+
steps:
68+
- uses: actions/checkout@v4
69+
- uses: dtolnay/rust-toolchain@nightly
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)