added explicit chrono-tz version
This commit is contained in:
@@ -13,6 +13,8 @@ crate-type = ["cdylib", "rlib"]
|
||||
# 1. Python Bindings for FFI
|
||||
pyo3 = { version = "0.27.1", features = ["extension-module", "chrono-tz"] }
|
||||
|
||||
chrono-tz = "0.10"
|
||||
|
||||
# 2. Configuration Parsing (YAML)
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.9"
|
||||
@@ -53,4 +55,8 @@ pyo3-arrow = "0.15.0"
|
||||
num_cpus = "1.16"
|
||||
|
||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||
mimalloc = { version = "0.1.39" }
|
||||
mimalloc = { version = "0.1.39" }
|
||||
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
tracing-tracy = "0.11"
|
||||
Reference in New Issue
Block a user