fix(home-assistant); activate arbitrary-value
's needed pyo3
feature
This commit is contained in:
@@ -8,7 +8,7 @@ license = { workspace = true }
|
|||||||
tracing = ["dep:tracing"]
|
tracing = ["dep:tracing"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
arbitrary-value = { path = "../arbitrary-value" }
|
arbitrary-value = { path = "../arbitrary-value", features = ["pyo3"] }
|
||||||
chrono = { workspace = true }
|
chrono = { workspace = true }
|
||||||
chrono-tz = { workspace = true }
|
chrono-tz = { workspace = true }
|
||||||
derive_more = { workspace = true, features = [
|
derive_more = { workspace = true, features = [
|
||||||
|
Reference in New Issue
Block a user