From 2152709dd2bbc5e50ebabd17a479df086336073d Mon Sep 17 00:00:00 2001 From: Noah Lev Date: Thu, 21 Oct 2021 12:52:19 -0700 Subject: [PATCH 1/2] Switch date-check to Rust 2021 No migrations were necessary. --- ci/date-check/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/date-check/Cargo.toml b/ci/date-check/Cargo.toml index 95251fb12..884f485fa 100644 --- a/ci/date-check/Cargo.toml +++ b/ci/date-check/Cargo.toml @@ -2,7 +2,7 @@ name = "date-check" version = "0.1.0" authors = ["Camelid "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From 6b5206346aed565f202f0d163fe9ea7dc6994e6e Mon Sep 17 00:00:00 2001 From: Noah Lev Date: Thu, 21 Oct 2021 12:53:03 -0700 Subject: [PATCH 2/2] Update author field --- ci/date-check/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/date-check/Cargo.toml b/ci/date-check/Cargo.toml index 884f485fa..472529511 100644 --- a/ci/date-check/Cargo.toml +++ b/ci/date-check/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "date-check" version = "0.1.0" -authors = ["Camelid "] +authors = ["Noah Lev "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html