Add comment about console feature requiring tokio_unstable (fixes #4553) (#4555)

pull/4569/head
Nutomic 1 month ago committed by GitHub
parent 6679b2559f
commit baf5921d2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,6 +37,8 @@ debug = 0
[features]
embed-pictrs = ["pict-rs"]
# This feature requires building with `tokio_unstable` flag, see documentation:
# https://docs.rs/tokio/latest/tokio/#unstable-features
console = [
"console-subscriber",
"opentelemetry",

Loading…
Cancel
Save