aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2026-01-05 13:04:59 +0200
committerGitHub <[email protected]>2026-01-05 13:04:59 +0200
commit0a1659dbd57180a7c1337d2ec4138f8c29427ce3 (patch)
tree483c8e87577cce22da78496b6bd7f28ae0ad7aea
parent5d3971cb2e7ffd5b9d6114bdec004ce30857fb3b (diff)
parent8bc26dd6abe0a66c7bc69ed738cc9475286232f3 (diff)
Merge pull request #1 from ToBinio/set-msrv
-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 = []