about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarijn Schouten <mhkbst@gmail.com>2025-07-11 05:14:24 +0000
committerMarijn Schouten <mhkbst@gmail.com>2025-07-11 05:38:05 +0000
commitb87a1b1297c2786e49133e274c2e9f7b793320e0 (patch)
tree2995eaf3dbf39aeed63aac4ae544ef36cfd6ce6b
parent28612748f61767c20c93da45156fc4ebde604dc1 (diff)
downloadrust-b87a1b1297c2786e49133e274c2e9f7b793320e0.tar.gz
rust-b87a1b1297c2786e49133e274c2e9f7b793320e0.zip
x: move to edition 2024
-rw-r--r--src/tools/x/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/x/Cargo.toml b/src/tools/x/Cargo.toml
index 84a42ca36ef..c59f5ff52a0 100644
--- a/src/tools/x/Cargo.toml
+++ b/src/tools/x/Cargo.toml
@@ -2,5 +2,5 @@
 name = "x"
 version = "0.1.1"
 description = "Run x.py slightly more conveniently"
-edition = "2021"
+edition = "2024"
 publish = false