diff options
| author | Jack O'Connor <[email protected]> | 2023-07-06 13:26:08 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2023-07-06 13:26:08 -0700 |
| commit | 99af1ffc6625650ea48303dd5f80494d5608b595 (patch) | |
| tree | f69da033fc52e88c4a5dec24cbf6d12cab679205 /.github | |
| parent | f7e1a7429ff7727144a67a06ac210d2831f392a2 (diff) | |
update constant_time_eq to v0.3.0
This bumps the MSRV of both `blake3` and `b3sum` to 1.66.1.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d595f59..c1a88aa 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.60.0", + "1.66.1", ] steps: @@ -145,10 +145,10 @@ jobs: "stable", "beta", "nightly", - # The b3sum MSRV is typically higher than the blake3 crate's, because + # 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.64.0", + "1.66.1", ] steps: |
