1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-04 23:26:15 +02:00

update the MSRV for b3sum to 1.70.0

As usual, the driver here is the MSRV of clap. I should've checked this
when I updated the Cargo.lock file.
This commit is contained in:
Jack O'Connor 2023-09-10 14:14:51 -07:00
parent 02dec6e9a6
commit cd4b3140cf

View File

@ -148,7 +148,7 @@ jobs:
# The b3sum MSRV is sometimes higher than the blake3 crate's, because
# b3sum depends on Clap. We check in the b3sum Cargo.lock, so Clap
# update shouldn't randomly break us here.
"1.66.1",
"1.70.0",
]
steps: