Initial upgrade to mlua 0.10
All checks were successful
Build and deploy / Build application (push) Successful in 7m59s
Build and deploy / Build container (push) Successful in 2m54s
Build and deploy / Deploy container (push) Successful in 19s

This commit is contained in:
2024-11-30 04:47:52 +01:00
parent d11e79cdfa
commit ae2c27551f
5 changed files with 39 additions and 24 deletions

View File

@@ -4,7 +4,12 @@ version = "0.1.0"
edition = "2021"
[workspace]
members = ["automation_macro", "automation_cast", "google_home/google_home", "google_home/google_home_macro"]
members = [
"automation_macro",
"automation_cast",
"google_home/google_home",
"google_home/google_home_macro",
]
[dependencies]
@@ -43,7 +48,7 @@ enum_dispatch = "0.3.12"
indexmap = { version = "2.0.0", features = ["serde"] }
serde_yaml = "0.9.27"
tokio-cron-scheduler = "0.9.4"
mlua = { version = "0.9.7", features = [
mlua = { version = "0.10.1", features = [
"lua54",
"vendored",
"macros",