mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
perf: do not compile traces in release mode (#2652)
This commit is contained in:
committed by
GitHub
parent
5dfbc9cf01
commit
ae2b0954c6
@ -30,7 +30,7 @@ hyper = "0.14"
|
||||
strum = { version = "0.24", features = ["derive"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
reth-tracing = { path = "../../tracing" }
|
||||
|
||||
Reference in New Issue
Block a user