added explicit chrono-tz version 2
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -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" }
|
||||
Reference in New Issue
Block a user