From e6035d3307ced6212529705d6b3d0282c045bfca Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Sat, 26 Feb 2022 12:30:03 -0600 Subject: [PATCH] Re-enable console --- .cargo/config | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config b/.cargo/config index 5dbf2c8..bff29e6 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,2 +1,2 @@ [build] -# rustflags = ["--cfg", "tokio_unstable"] +rustflags = ["--cfg", "tokio_unstable"] diff --git a/Cargo.toml b/Cargo.toml index 50676cc..75f4cc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ build = "src/build.rs" [features] console = ["console-subscriber"] -default = [] +default = ["console"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html