about summary refs log tree commit diff
path: root/rustc_tools_util
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-01-28 19:22:55 +0100
committerPhilipp Krones <hello@philkrones.com>2025-01-28 19:33:54 +0100
commit9da9ddb7db5b3005b38386bed2bf77932e7d4b4c (patch)
treedfeff6fc0ce9272694a4113a7db6fe90b3b75ab4 /rustc_tools_util
parentc5196736b27a32b688b957f2937dd4affadbe14f (diff)
downloadrust-9da9ddb7db5b3005b38386bed2bf77932e7d4b4c.tar.gz
rust-9da9ddb7db5b3005b38386bed2bf77932e7d4b4c.zip
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-update
Diffstat (limited to 'rustc_tools_util')
-rw-r--r--rustc_tools_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml
index b63632916ba..cba02563948 100644
--- a/rustc_tools_util/Cargo.toml
+++ b/rustc_tools_util/Cargo.toml
@@ -7,6 +7,6 @@ readme = "README.md"
 license = "MIT OR Apache-2.0"
 keywords = ["rustc", "tool", "git", "version", "hash"]
 categories = ["development-tools"]
-edition = "2018"
+edition = "2024"
 
 [dependencies]