aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-03-09 14:46:00 -0700
committerJack O'Connor <[email protected]>2025-03-09 14:46:03 -0700
commita31e519869d5751370f50c39a99340660ee95bf7 (patch)
treeb0a1c8b76906a9186a5bf99810c8de5a37ce7b4f
parentdaa66a6b261cedf9733778fa7a26fb4dea500ffd (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.yml2
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: