aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f3061a4..d8001cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2name = "embassy-ha" 2name = "embassy-ha"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2024"
5authors = ["diogo464 <[email protected]>"] 5authors = ["diogo464 <[email protected]>"]
6description = "MQTT Home Assistant integration library for Embassy async runtime" 6description = "MQTT Home Assistant integration library for Embassy async runtime"
7license = "MIT OR Apache-2.0" 7license = "MIT OR Apache-2.0"