Skip to content

Commit 9c13ac5

Browse files
committed
fix: temporarily build with a local home-assistant-rest dep as it includes non-published fixes, fixes #21
1 parent 9a65a3c commit 9c13ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ProductVersion = "0.4.1"
1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

1212
[dependencies]
13-
home-assistant-rest = "0.2.0"
13+
# temporary until the following crate is updated with the new fixes
14+
home-assistant-rest = { path = "./../home-assistant-rest" }
1415
actix-rt = "2.9.0"
1516
log = "0.4.21"
1617
chrono = "0.4.37"

0 commit comments

Comments
 (0)