From c1913d9943663dc10981cef8f0795539c2d32bf1 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sat, 23 Apr 2022 16:36:33 -0700 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 a6c395f..4c249dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "dmrconfig" version = "0.1.0" authors = ["Greg Shuflin "] -edition = "2018" +edition = "2021" [lib] crate-type = ["staticlib"]