freeze state, no good

This commit is contained in:
Bill
2025-11-18 20:51:03 -07:00
parent 9d0a308e73
commit e041912108
3 changed files with 94 additions and 46 deletions

View File

@@ -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" }