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
@ -26,7 +26,7 @@ tokio-util = { version = "0.7.4", features = ["io", "codec"] }
|
||||
futures = "0.3.24"
|
||||
tokio-stream = "0.1.11"
|
||||
pin-project = "1.0"
|
||||
tracing = "0.1.37"
|
||||
tracing = { workspace = true }
|
||||
snap = "1.0.5"
|
||||
smol_str = "0.1"
|
||||
metrics = "0.20.1"
|
||||
|
||||
Reference in New Issue
Block a user