From 727b9339e35af487871146df188800dded6a5d3f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 24 Aug 2023 09:57:30 +0200 Subject: [PATCH] bump edition to 2021 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d5b2cd..ccb09b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pathpatterns" version = "0.1.3" authors = ["Wolfgang Bumiller "] -edition = "2018" +edition = "2021" license = "AGPL-3.0-or-later" description = "Include/exclude path list implementation with git-like globbing support."