about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-07-09 20:07:09 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-07-09 20:07:09 +0800
commite70493d06c1e4fbc56380efc8d179bd845b20061 (patch)
tree0d28a17cebe9093308e0180c08f020552c999ea9 /src/tools
parented520af279100728fd35df40cbf6353838cb7529 (diff)
downloadrust-e70493d06c1e4fbc56380efc8d179bd845b20061.tar.gz
rust-e70493d06c1e4fbc56380efc8d179bd845b20061.zip
Bump `run-make-support` to Edition 2024
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/run-make-support/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/run-make-support/Cargo.toml b/src/tools/run-make-support/Cargo.toml
index 95aedf7d080..d01224eb56d 100644
--- a/src/tools/run-make-support/Cargo.toml
+++ b/src/tools/run-make-support/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "run_make_support"
 version = "0.0.0"
-edition = "2021"
+edition = "2024"
 
 [dependencies]
 bstr = "1.12"