From 11273c4e445e35e31dad2544b056d57882d729e8 Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Wed, 27 Mar 2024 10:38:55 -0700 Subject: [PATCH] Apply .cargo/config.toml to oss local-backend (#24026) Required for recent knobs change enabling tokio_unstable GitOrigin-RevId: 6f7c9f0ffd0b1f8778f56dc9f0d0ad034bfede37 --- .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..73ac2e51 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.'cfg(all())'] +rustflags = ["--cfg", "tokio_unstable"]