diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-19 12:49:55 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-20 22:21:42 -0400 |
| commit | c746be2219fac78e5adad715082dedeb2d737f0d (patch) | |
| tree | c55ad10e628bc53337d70302c9e97cbaeec593b3 /src/tools/rustdoc | |
| parent | 45b989a03319c6a53bb726ec98dfe7d172035ac6 (diff) | |
| download | rust-c746be2219fac78e5adad715082dedeb2d737f0d.tar.gz rust-c746be2219fac78e5adad715082dedeb2d737f0d.zip | |
Migrate to 2021
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 5625707b25a..c4101f72cc2 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 = "2018" +edition = "2021" # 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" |
