disable tokio-console by default

This commit is contained in:
soruh 2023-03-28 15:02:24 +02:00
parent 8f978c06f9
commit 06567d957c
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +1,2 @@
[build]
rustflags = [ "--cfg", "tokio_unstable" ]
# rustflags = [ "--cfg", "tokio_unstable" ]

View File

@ -30,6 +30,6 @@ tracing-error = "0.2.0"
zerocopy = "0.6.1"
[features]
default = ["debug_server", "tokio_console"]
default = ["debug_server"]
debug_server = ["dep:hyper"]
tokio_console = ["dep:console-subscriber"]