From 1a45791e58c6607de4c883a61f9b9f8f5b00da0b Mon Sep 17 00:00:00 2001 From: CDrummond Date: Mon, 13 Jun 2022 12:24:23 +0100 Subject: [PATCH] cargo-features = ["edition2021"] ???? --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0eee323..0830d37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "bliss-analyser" version = "0.2.1" authors = ["Craig Drummond "] edition = "2018" +cargo-features = ["edition2021"] license = "GPL-3.0-only" description = "Analyse audio files with bliss-rs" repository = "https://github.com/CDrummond/bliss-analyser"