diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2021-10-21 12:52:19 -0700 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2021-10-21 15:13:09 -0500 |
| commit | 30ed0914db52e489e2ff05c60ecdc972f5da6ad0 (patch) | |
| tree | e5e88a616c1b117e308b27c8d07f4cb25f2d7194 /src/doc | |
| parent | effa9e2a61e6f5712e6056afee9e19a6b30e69d7 (diff) | |
| download | rust-30ed0914db52e489e2ff05c60ecdc972f5da6ad0.tar.gz rust-30ed0914db52e489e2ff05c60ecdc972f5da6ad0.zip | |
Switch date-check to Rust 2021
No migrations were necessary.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/ci/date-check/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/ci/date-check/Cargo.toml b/src/doc/rustc-dev-guide/ci/date-check/Cargo.toml index 95251fb1233..884f485fad5 100644 --- a/src/doc/rustc-dev-guide/ci/date-check/Cargo.toml +++ b/src/doc/rustc-dev-guide/ci/date-check/Cargo.toml @@ -2,7 +2,7 @@ name = "date-check" version = "0.1.0" authors = ["Camelid <camelidcamel@gmail.com>"] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
