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
@ -27,7 +27,7 @@ tokio-stream = "0.1.11"
|
||||
# misc
|
||||
auto_impl = "1.0"
|
||||
thiserror = "1.0.37"
|
||||
tracing = "0.1"
|
||||
tracing = { workspace = true }
|
||||
rand = "0.8.5"
|
||||
arbitrary = { version = "1.1.7", features = ["derive"], optional = true }
|
||||
secp256k1 = { version = "0.27.0", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user