From b5427028201d2a03f7cb2017ffcd463724065a5d Mon Sep 17 00:00:00 2001 From: Ardi <47633543+dev-ardi@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:43:39 +0200 Subject: [PATCH] Update to the 2021 edit (#245) --- 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"