From 9e9e52b2afc6e4d1271a37f8b786b39afafe420e Mon Sep 17 00:00:00 2001 From: diogo464 Date: Tue, 9 Dec 2025 21:35:19 +0000 Subject: updated edition to 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3061a4..d8001cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "embassy-ha" version = "0.1.0" -edition = "2021" +edition = "2024" authors = ["diogo464 "] description = "MQTT Home Assistant integration library for Embassy async runtime" license = "MIT OR Apache-2.0" -- cgit