diff options
| author | Yotam Ofek <yotam.ofek@gmail.com> | 2025-02-27 08:46:27 +0000 |
|---|---|---|
| committer | Yotam Ofek <yotam.ofek@gmail.com> | 2025-03-04 12:35:18 +0200 |
| commit | 00523bf7c367699bd8fb48172b4169085256fead (patch) | |
| tree | 8ba230bcc74d404c1b2d65d8ede324a03548cf8d /src/tools/rustdoc | |
| parent | fd17deacce374a4185c882795be162e17b557050 (diff) | |
`librustdoc`: 2024 edition! 🎊
Diffstat (limited to 'src/tools/rustdoc')
| -rw-r--r-- | src/tools/rustdoc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustdoc/Cargo.toml b/src/tools/rustdoc/Cargo.toml index c4101f72cc2..d1682758d36 100644 --- a/src/tools/rustdoc/Cargo.toml +++ b/src/tools/rustdoc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustdoc-tool" version = "0.0.0" -edition = "2021" +edition = "2024" # Cargo adds a number of paths to the dylib search path on windows, which results in # the wrong rustdoc being executed. To avoid the conflicting rustdocs, we name the "tool" |
