From 052589c75a5c0293f272cbd2f2f929a53b0031a8 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Fri, 1 Mar 2024 17:26:55 +0100 Subject: [PATCH] re-add cargo config --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 000000000..bff29e6e1 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = ["--cfg", "tokio_unstable"]