diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-01-28 19:22:55 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2025-01-28 19:33:54 +0100 |
| commit | 4288227241097d2f089dc92dc030f11fabde4be8 (patch) | |
| tree | f5abc219ee150719d0eedeaae66614dba771231e /src/tools/clippy/rustc_tools_util | |
| parent | aa6f5ab18e67cb815f73e0d53d217bc54b0da924 (diff) | |
| parent | 51d49c1ae2785b24ef18a46ef233fc1d91844666 (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.toml | 2 |
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] |
