From 19d06018626a046c66d49c57a6033bacad0803c1 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 17 May 2022 16:25:25 +0000 Subject: [PATCH] oops --- .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 00000000..bff29e6e --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = ["--cfg", "tokio_unstable"]