disable tokio-console by default
This commit is contained in:
parent
8f978c06f9
commit
06567d957c
@ -1,3 +1,2 @@
|
|||||||
[build]
|
[build]
|
||||||
rustflags = [ "--cfg", "tokio_unstable" ]
|
# rustflags = [ "--cfg", "tokio_unstable" ]
|
||||||
|
|
||||||
|
@ -30,6 +30,6 @@ tracing-error = "0.2.0"
|
|||||||
zerocopy = "0.6.1"
|
zerocopy = "0.6.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["debug_server", "tokio_console"]
|
default = ["debug_server"]
|
||||||
debug_server = ["dep:hyper"]
|
debug_server = ["dep:hyper"]
|
||||||
tokio_console = ["dep:console-subscriber"]
|
tokio_console = ["dep:console-subscriber"]
|
||||||
|
Loading…
Reference in New Issue
Block a user