From c416327beafec2370c65fdb1592e210b323fcc9d Mon Sep 17 00:00:00 2001 From: ardi Date: Fri, 20 Oct 2023 01:58:12 +0200 Subject: [PATCH] update to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e22d8e0..8f8b2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [package] name = "sd" version.workspace = true -edition = "2018" +edition = "2021" authors = ["Gregory "] description = "An intuitive find & replace CLI" readme = "README.md"