From c48462bc6e2aef827da5a245881b22bcf2805aef Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 20 Dec 2021 20:13:27 +0100 Subject: [PATCH] Switch to rust 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa22417..edc3e45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "today" version = "0.1.0" -edition = "2018" +edition = "2021" [dependencies] chrono = "0.4.19"