Skip to content

Commit 22ccdac

Browse files
committed
Merge branch 'main' into fork/main
2 parents b3e373b + eca3cb9 commit 22ccdac

File tree

3 files changed

+706
-1
lines changed

3 files changed

+706
-1
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ jobs:
2727
- run: cargo test
2828
- run: cargo test --all-features
2929

30+
test-direct-minimal-versions:
31+
name: Test Direct Minimal Versions
32+
runs-on: ubuntu-latest
33+
steps:
34+
- uses: actions/checkout@v4
35+
- uses: dtolnay/rust-toolchain@stable
36+
- uses: dtolnay/rust-toolchain@nightly
37+
- run: cargo +nightly update -Z minimal-versions
38+
- run: cargo +stable test
39+
3040
fmt:
3141
name: Rustfmt
3242
runs-on: ubuntu-latest

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/target
2-
Cargo.lock

0 commit comments

Comments
 (0)