aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8302b3f..853d917 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ repository = "https://github.com/BLAKE3-team/BLAKE3"
license = "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
documentation = "https://docs.rs/blake3"
readme = "README.md"
-edition = "2021"
+edition = "2024"
[features]
default = ["std"]