From c94712ed3265e94bcc92303255b62181d60459dc Mon Sep 17 00:00:00 2001 From: Finomnis Date: Sat, 2 Nov 2024 00:59:11 +0100 Subject: [PATCH] Make tokio_console example depend on tokio-unstable feature --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9b97f4e..3adf473 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,11 @@ exclude = [ [features] tokio-unstable = ["tokio/tracing"] +[[example]] +name = "tokio_console" +required-features = ["tokio-unstable"] + + [dependencies] tracing = { version = "0.1.37", default-features = false }