diff --git a/.cargo/config.toml b/.cargo/config.toml index d098a21..ba238c5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,2 @@ [build] -rustflags = [ "--cfg", "tokio_unstable" ] - +# rustflags = [ "--cfg", "tokio_unstable" ] diff --git a/Cargo.toml b/Cargo.toml index 52d71e7..b94661d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]