From a31e519869d5751370f50c39a99340660ee95bf7 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sun, 9 Mar 2025 14:46:00 -0700 Subject: 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3