Skip to content

Commit

Permalink
update the MSRV for b3sum to 1.70.0
Browse files Browse the repository at this point in the history
As usual, the driver here is the MSRV of clap. I should've checked this
when I updated the Cargo.lock file.
  • Loading branch information
oconnor663 committed Sep 10, 2023
1 parent 02dec6e commit cd4b314
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 @@ -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:
Expand Down

0 comments on commit cd4b314

Please sign in to comment.