1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-08 03:30:45 +02:00

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.
This commit is contained in:
Jack O'Connor 2024-07-09 22:52:08 -07:00
parent dd0afd640a
commit 15e21c924f

View File

@ -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: