From 1cc03904328e4c9414fa67d99370a338cba55219 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Thu, 25 Nov 2021 23:42:28 +0100 Subject: [PATCH] Rust Edition 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 79ef749..0890602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ha-now-playing" description = "Retrieves the state of a media_player entity from Home Assistant" version = "0.2.0" authors = ["Erwin Boskma "] -edition = "2018" +edition = "2021" [dependencies] clap = "3.0.0-beta.2"