tracing etc
This commit is contained in:
parent
b0662e3ba4
commit
4c6fe80608
|
@ -37,8 +37,9 @@ chrono = { workspace = true }
|
|||
rustls = { workspace = true }
|
||||
solana-lite-rpc-core = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true }
|
||||
tracing-subscriber = { workspace = true, features = ["std", "env-filter"] }
|
||||
|
||||
[dev-dependencies]
|
||||
# note: version 0.5.6 has a known bug
|
||||
crossbeam-channel = "0.5.6"
|
||||
|
||||
|
|
Loading…
Reference in New Issue