Devices now keep type in lua
All checks were successful
Build and deploy / Build application (push) Successful in 4m5s
Build and deploy / Build container (push) Successful in 1m9s
Build and deploy / Deploy container (push) Successful in 37s

This commit is contained in:
2024-08-08 01:31:29 +02:00
parent b0467b8012
commit d11e79cdfa
6 changed files with 76 additions and 60 deletions

7
Cargo.lock generated
View File

@@ -106,6 +106,7 @@ dependencies = [
"futures",
"google_home",
"hostname",
"impls",
"indexmap 2.2.6",
"mlua",
"once_cell",
@@ -877,6 +878,12 @@ dependencies = [
"unicode-normalization",
]
[[package]]
name = "impls"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a46645bbd70538861a90d0f26c31537cdf1e44aae99a794fb75a664b70951bc"
[[package]]
name = "indexmap"
version = "1.9.3"