diff options
| author | Jack O'Connor <[email protected]> | 2025-09-29 15:21:18 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2026-01-08 09:13:24 -0800 |
| commit | 7d6e242636a9cecb5ba9a5bcfee189ca734b0350 (patch) | |
| tree | d150cba6c7bb8cf425ef858407d197531c55466c /test_vectors | |
| parent | 0b64ce2aa2772c6df8b9058104924020febfd889 (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 'test_vectors')
| -rw-r--r-- | test_vectors/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_vectors/Cargo.toml b/test_vectors/Cargo.toml index 46ba58c..a90a18f 100644 --- a/test_vectors/Cargo.toml +++ b/test_vectors/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "test_vectors" version = "0.0.0" -edition = "2021" +edition = "2024" [features] neon = ["blake3/neon"] |
