From 74e42de3f49f6855f5f0aae01707c319acf493e4 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Tue, 9 Jul 2024 22:52:08 -0700 Subject: [PATCH] bump the MSRV in CI This is currently driven by dependencies of ciborium, which is itself a dev dependency. It's not really a crate MSRV bump. --- .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 11a763e3a..d7c5de48c 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.67.1", + "1.70.0", ] steps: