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

This commit is contained in:
Nutomic 2024-03-22 23:40:08 +01:00 committed by GitHub
parent 6679b2559f
commit baf5921d2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",