diff --git a/deltachat-rpc-server/src/main.rs b/deltachat-rpc-server/src/main.rs index 0d72836f9..9392fe319 100644 --- a/deltachat-rpc-server/src/main.rs +++ b/deltachat-rpc-server/src/main.rs @@ -74,7 +74,7 @@ async fn main_impl() -> Result<()> { .with_writer(std::io::stderr) .with_filter(EnvFilter::from_default_env()), ); - + #[cfg(tokio_unstable)] { subscribers.with(console_subscriber::spawn())