aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToBinio <[email protected]>2026-01-02 14:20:11 +0100
committerToBinio <[email protected]>2026-01-02 14:20:11 +0100
commit8bc26dd6abe0a66c7bc69ed738cc9475286232f3 (patch)
tree483c8e87577cce22da78496b6bd7f28ae0ad7aea
parent5d3971cb2e7ffd5b9d6114bdec004ce30857fb3b (diff)
set rust-version to 1.91.1
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"
9readme = "README.md" 9readme = "README.md"
10keywords = ["homeassistant", "mqtt", "iot", "embedded", "embassy"] 10keywords = ["homeassistant", "mqtt", "iot", "embedded", "embassy"]
11categories = ["embedded", "network-programming"] 11categories = ["embedded", "network-programming"]
12rust-version = "1.91.1"
12 13
13[features] 14[features]
14default = [] 15default = []