From 74d3f3420e439d0697de1563b1860f062731729e Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Mon, 29 Nov 2021 22:41:08 +0100 Subject: Update Rust edition to 2021 --- clock/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clock/Cargo.toml') diff --git a/clock/Cargo.toml b/clock/Cargo.toml index 1057b4a..fa614aa 100644 --- a/clock/Cargo.toml +++ b/clock/Cargo.toml @@ -2,7 +2,7 @@ name = "swaystatus-clock" version = "0.1.0" authors = ["Andreas Grois "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3