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

pull/4569/head
Nutomic 2 months 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] [features]
embed-pictrs = ["pict-rs"] embed-pictrs = ["pict-rs"]
# This feature requires building with `tokio_unstable` flag, see documentation:
# https://docs.rs/tokio/latest/tokio/#unstable-features
console = [ console = [
"console-subscriber", "console-subscriber",
"opentelemetry", "opentelemetry",

Loading…
Cancel
Save