aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2024-07-09 22:52:08 -0700
committerJack O'Connor <[email protected]>2024-07-09 22:52:10 -0700
commit15e21c924f5a0deb27be0a74e881f830d5018706 (patch)
tree28f75c1554e7844b2e428459f9be3f2f85ef46d7
parentdd0afd640ad97b5ebcf887107162009a23ffdca0 (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.yml2
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: