summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack O'Connor <oconnor663@gmail.com>2023-09-10 14:14:51 -0700
committerJack O'Connor <oconnor663@gmail.com>2023-09-10 14:14:54 -0700
commitcd4b3140cf97304b4241c12e3fad95f15cf665b1 (patch)
treec756331c13a00f6217eeca744fc8b18c96c46857 /.github
parent02dec6e9a655348995a35cb0de81edeb955cfc8d (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e0065f2..a1b6123 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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: