We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a65a3c commit 9c13ac5Copy full SHA for 9c13ac5
Cargo.toml
@@ -10,7 +10,8 @@ ProductVersion = "0.4.1"
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12
[dependencies]
13
-home-assistant-rest = "0.2.0"
+# temporary until the following crate is updated with the new fixes
14
+home-assistant-rest = { path = "./../home-assistant-rest" }
15
actix-rt = "2.9.0"
16
log = "0.4.21"
17
chrono = "0.4.37"
0 commit comments