added explicit chrono-tz version 2

This commit is contained in:
Bill
2025-11-18 19:52:38 -07:00
parent 791a9bfc49
commit 29edc90860
3 changed files with 106 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
# 1. Python Bindings for FFI
pyo3 = { version = "0.27.1", features = ["extension-module", "chrono-tz"] }
chrono-tz = "0.10"
chrono-tz = "0.8"
# 2. Configuration Parsing (YAML)
serde = { version = "1.0", features = ["derive"] }
@@ -54,9 +54,11 @@ pyo3-arrow = "0.15.0"
# 13. System CPU Count (NEW)
num_cpus = "1.16"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
mimalloc = { version = "0.1.39" }
tracing-subscriber = "0.3.20"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-tracy = "0.11"
tracing-tracy = "0.11"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
mimalloc = { version = "0.1.39" }