From ec9188fbaf95118159be00963fe0ebedfe912b3c Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Thu, 25 Jul 2024 22:41:27 +0200 Subject: [PATCH] chore: use new edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bc4d47..e3c1cd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "audio-conv" version = "1.3.0" -edition = "2018" +edition = "2021" description = "Copies directory structure and converts audio files in it" authors = ["Thomas Heck "] repository = "https://gitlab.com/chpio/audio-conv"