From b21f75b3253609398a4bdc0a8c2fe6f6a4eee23a Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sun, 21 Jul 2024 19:03:24 +0200 Subject: [PATCH] Switch to Rust 2021 edition (#23) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a608d2..f3fb751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ include = [ "LICENSE-MIT", "LICENSE-APACHE", ] -edition = "2018" +edition = "2021" [features] default = []