aboutsummaryrefslogtreecommitdiff
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/compiler_version/Cargo.toml2
-rw-r--r--tools/instruction_set_support/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/compiler_version/Cargo.toml b/tools/compiler_version/Cargo.toml
index 8625094..b5f8482 100644
--- a/tools/compiler_version/Cargo.toml
+++ b/tools/compiler_version/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "compiler_version"
version = "0.0.0"
-edition = "2021"
+edition = "2024"
[build-dependencies]
cc = "1.0.50"
diff --git a/tools/instruction_set_support/Cargo.toml b/tools/instruction_set_support/Cargo.toml
index eef8a80..39eed0a 100644
--- a/tools/instruction_set_support/Cargo.toml
+++ b/tools/instruction_set_support/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "instruction_set_support"
version = "0.0.0"
-edition = "2021"
+edition = "2024"
[dependencies]