From baf5921d2cc0aad43f9e96caf38aa50e1db78706 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Fri, 22 Mar 2024 23:40:08 +0100 Subject: [PATCH] Add comment about console feature requiring tokio_unstable (fixes #4553) (#4555) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 66c3f9d47..366bdc353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",