aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-09-29 15:21:18 -0700
committerJack O'Connor <[email protected]>2026-01-08 09:13:24 -0800
commit7d6e242636a9cecb5ba9a5bcfee189ca734b0350 (patch)
treed150cba6c7bb8cf425ef858407d197531c55466c /.github
parent0b64ce2aa2772c6df8b9058104924020febfd889 (diff)
update to the 2024 edition
While we're taking this MSRV bump, we can also update `constant_time_eq`, which uses the 2024 edition in its most recent versions.
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 6254b10..f42e78a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -155,7 +155,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.
- - uses: dtolnay/[email protected]
+ - uses: dtolnay/[email protected]
- run: cargo build --features=mmap,rayon,traits-preview,serde,zeroize
b3sum_tests: