From 8bc26dd6abe0a66c7bc69ed738cc9475286232f3 Mon Sep 17 00:00:00 2001 From: ToBinio Date: Fri, 2 Jan 2026 14:20:11 +0100 Subject: set rust-version to 1.91.1 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b738b5d..7e77438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://github.com/diogo464/embassy-ha" readme = "README.md" keywords = ["homeassistant", "mqtt", "iot", "embedded", "embassy"] categories = ["embedded", "network-programming"] +rust-version = "1.91.1" [features] default = [] -- cgit