From dd258a71fff304e6ca9347a066de66c54fbb417a Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 18 Nov 2025 18:38:33 -0700 Subject: [PATCH] fixed chronotz Git pypi build deploy error --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bcfe93..b4c064a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] # 1. Python Bindings for FFI -pyo3 = { version = "0.27.1", features = ["extension-module"] } +pyo3 = { version = "0.27.1", features = ["extension-module", "chrono-tz"] } # 2. Configuration Parsing (YAML) serde = { version = "1.0", features = ["derive"] }