From ef09df935e6443ad106e073ed858736dd515af36 Mon Sep 17 00:00:00 2001 From: Benjamin Levy Date: Sat, 11 Dec 2021 05:45:27 -0500 Subject: [PATCH] Update to Rust 2021 Edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e137c4..ae5f2b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "unf" version = "2.1.4" authors = ["Benjamin Levy "] -edition = "2018" +edition = "2021" description = """ UNixize Filename -- replace annoying anti-unix characters in filenames""" readme = "README.md"