mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
perf: do not compile traces in release mode (#2652)
This commit is contained in:
committed by
GitHub
parent
5dfbc9cf01
commit
ae2b0954c6
@ -19,7 +19,7 @@ igd = { git = "https://github.com/stevefan1999-personal/rust-igd", features = [
|
||||
] }
|
||||
|
||||
# misc
|
||||
tracing = "0.1"
|
||||
tracing = { workspace = true }
|
||||
pin-project-lite = "0.2.9"
|
||||
tokio = { version = "1", features = ["time"] }
|
||||
thiserror = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user