Skip to content

Commit

Permalink
bump the MSRV in CI
Browse files Browse the repository at this point in the history
This is currently driven by dependencies of ciborium, which is itself a
dev dependency. It's not really a crate MSRV bump.
  • Loading branch information
oconnor663 committed Jul 10, 2024
1 parent dd0afd6 commit 15e21c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 15e21c9

Please sign in to comment.