bump edition to 2021

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-08-24 09:57:30 +02:00
parent 17ac15fc3e
commit 727b9339e3

View File

@ -2,7 +2,7 @@
name = "pathpatterns"
version = "0.1.3"
authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
edition = "2018"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Include/exclude path list implementation with git-like globbing support."