From b527b13422fc376bf056f6e3499eeb7a8ad94cf9 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 26 Mar 2023 16:15:47 +0200 Subject: Move to Rust 2021 edition. Doesn't seem like anything is changing re our code, but might as well just stay with the lates. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de66e77..84da36d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = "zotapi" version = "0.1.0" authors = ["haraldei"] -edition = "2018" +edition = "2021" [dependencies] clap = "2.33.0" -- cgit v1.2.3