From 2c8f0834d01642b3fa69c7b4b2194694ce17d217 Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Mon, 21 Feb 2022 17:53:08 +0000 Subject: [PATCH] Use Rust 2018 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b80293b..8de8282 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bliss-analyser" version = "0.0.1" authors = ["Craig Drummond "] -edition = "2021" +edition = "2018" license = "GPL-3.0-only" description = "Analyse audio files with bliss-rs" repository = "https://github.com/CDrummond/bliss-analyser"