-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: driver_version response data (#52)
Update uc-api to 0.9.1 with new media-player features and fixed driver_version response field.
- Loading branch information
Showing
4 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "uc-intg-hass" | ||
version = "0.8.0" | ||
version = "0.8.1" | ||
edition = "2021" | ||
authors = ["Markus Zehnder <[email protected]>"] | ||
license = "MPL-2.0" | ||
|
@@ -28,7 +28,7 @@ mdns-sd = ["dep:mdns-sd"] | |
zeroconf = ["dep:zeroconf"] | ||
|
||
[dependencies] | ||
uc_api = { git = "https://github.com/unfoldedcircle/api-model-rs", tag = "v0.8.4-beta" } | ||
uc_api = { git = "https://github.com/unfoldedcircle/api-model-rs", tag = "v0.9.1-beta" } | ||
# for local development: | ||
#uc_api = { path = "../api-model-rs" } | ||
|
||
|
@@ -73,8 +73,8 @@ time = { version = "0.3", default-features = false, features = ["std", "formatti | |
|
||
# Helpful macros for working with enums and strings | ||
# Attention: strum needs to be in sync with uc_api | ||
strum = "0.25" | ||
strum_macros = "0.25" | ||
strum = "0.26" | ||
strum_macros = "0.26" | ||
derive_more = "0.99" | ||
|
||
anyhow = { version = "1", features = [] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters