From 6e366a9c51c8bbfb7502e25f32829361b9264ea5 Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 22 Apr 2025 01:52:36 -0400 Subject: [PATCH] fix(home-assistant); activate `arbitrary-value`'s needed `pyo3` feature --- home-assistant/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-assistant/Cargo.toml b/home-assistant/Cargo.toml index a6cfff7..b2205d1 100644 --- a/home-assistant/Cargo.toml +++ b/home-assistant/Cargo.toml @@ -8,7 +8,7 @@ license = { workspace = true } tracing = ["dep:tracing"] [dependencies] -arbitrary-value = { path = "../arbitrary-value" } +arbitrary-value = { path = "../arbitrary-value", features = ["pyo3"] } chrono = { workspace = true } chrono-tz = { workspace = true } derive_more = { workspace = true, features = [