about summary refs log tree commit diff
path: root/src/tools/clippy/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
commit4288227241097d2f089dc92dc030f11fabde4be8 (patch)
treef5abc219ee150719d0eedeaae66614dba771231e /src/tools/clippy/rustc_tools_util
parentaa6f5ab18e67cb815f73e0d53d217bc54b0da924 (diff)
parent51d49c1ae2785b24ef18a46ef233fc1d91844666 (diff)
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-update
Diffstat (limited to 'src/tools/clippy/rustc_tools_util')
-rw-r--r--src/tools/clippy/rustc_tools_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/rustc_tools_util/Cargo.toml b/src/tools/clippy/rustc_tools_util/Cargo.toml
index b63632916ba..cba02563948 100644
--- a/src/tools/clippy/rustc_tools_util/Cargo.toml
+++ b/src/tools/clippy/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]