From 77848d35cdc69841b0da4bf0b1dbfeffd0ec63d6 Mon Sep 17 00:00:00 2001 From: Koen Bolhuis Date: Wed, 16 Nov 2022 02:14:31 +0100 Subject: [PATCH] Move to rust 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfc1775..0dd7b51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "listenbrainz" version = "0.4.2" authors = ["Koen Bolhuis "] -edition = "2018" +edition = "2021" license = "MIT" repository = "https://github.com/InputUsername/listenbrainz-rs.git" homepage = "https://github.com/InputUsername/listenbrainz-rs"