diff options
| author | Jack O'Connor <[email protected]> | 2025-03-09 14:46:00 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-09 14:46:03 -0700 |
| commit | a31e519869d5751370f50c39a99340660ee95bf7 (patch) | |
| tree | b0a1c8b76906a9186a5bf99810c8de5a37ce7b4f | |
| parent | daa66a6b261cedf9733778fa7a26fb4dea500ffd (diff) | |
update the MSRV in CI to 1.78
The "true" MSRV of the base crate is unchanged, 1.66. This bump is
needed to run the `ignore` crate, a testing-only dependency.
| -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 110b888..4ce575e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,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. - "1.70.0", + "1.78.0", ] steps: |
