Skip to content

Commit ba8b846

Browse files
committed
Switch rustdoc to Rust 2021
1 parent 5432a67 commit ba8b846

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/librustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustdoc"
33
version = "0.0.0"
4-
edition = "2018"
4+
edition = "2021"
55

66
[lib]
77
path = "lib.rs"

src/rustdoc-json-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustdoc-json-types"
33
version = "0.1.0"
4-
edition = "2018"
4+
edition = "2021"
55

66
[lib]
77
path = "lib.rs"

src/tools/rustdoc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustdoc-tool"
33
version = "0.0.0"
4-
edition = "2018"
4+
edition = "2021"
55

66
# Cargo adds a number of paths to the dylib search path on windows, which results in
77
# the wrong rustdoc being executed. To avoid the conflicting rustdocs, we name the "tool"

0 commit comments

Comments
 (0)