From 5e9aa5826116794d3e9033a11671ffc5a9744374 Mon Sep 17 00:00:00 2001 From: Rerumu Date: Mon, 22 Nov 2021 05:22:09 -0500 Subject: [PATCH] Bump Rust edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 683063f..587bbbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wlausam" version = "0.1.0" -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html