diff options
| author | Jack O'Connor <[email protected]> | 2024-07-09 22:52:08 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2024-07-09 22:52:10 -0700 |
| commit | 15e21c924f5a0deb27be0a74e881f830d5018706 (patch) | |
| tree | 28f75c1554e7844b2e428459f9be3f2f85ef46d7 | |
| parent | dd0afd640ad97b5ebcf887107162009a23ffdca0 (diff) | |
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.
| -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 11a763e..d7c5de4 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: |
