diff options
| author | Jack O'Connor <[email protected]> | 2025-08-13 09:05:04 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-08-13 09:05:04 -0700 |
| commit | 3a90f0f06a429e6ce1d337b28156a75d2a372d7b (patch) | |
| tree | edf7f1ed5538168722307317a86aad018bbb2f00 | |
| parent | 89537d968225007ee1490059c894fc89ab9b4863 (diff) | |
bump the MSRV in CI to 1.80.1
The current driver is `rayon-core` v1.13.0.
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20b4a02..6254b10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: # https://github.com/rust-lang/libs-team/issues/72. # This test target is here so that we notice if we accidentally bump # the MSRV, but it's not a promise that we won't bump it. - - uses: dtolnay/[email protected] + - uses: dtolnay/[email protected] - run: cargo build --features=mmap,rayon,traits-preview,serde,zeroize b3sum_tests: |
