freeze state, no good
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -54,9 +54,9 @@ 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 = { version = "0.3", features = ["registry", "env-filter"] }
|
||||
tracing-tracy = "0.11.4"
|
||||
tracing = "0.1.41"
|
||||
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
tracing-tracy = "0.11"
|
||||
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||||
mimalloc = { version = "0.1.39" }
|
||||
Reference in New Issue
Block a user