Skip to content

Commit

Permalink
Merge branch 'main' into fork/main
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed May 21, 2024
2 parents b3e373b + eca3cb9 commit 22ccdac
Show file tree
Hide file tree
Showing 3 changed files with 706 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
- run: cargo test
- run: cargo test --all-features

test-direct-minimal-versions:
name: Test Direct Minimal Versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
- run: cargo +nightly update -Z minimal-versions
- run: cargo +stable test

fmt:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/target
Cargo.lock
Loading

0 comments on commit 22ccdac

Please sign in to comment.