From 74d36a6a2d0806f2d8bc8b4c94078d07ff7c0450 Mon Sep 17 00:00:00 2001 From: Ken <131881470+Keniis0712@users.noreply.github.com> Date: Tue, 24 Jun 2025 06:40:16 +0800 Subject: [PATCH] Update config.toml (#3832) Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 7c929d5fb..7115f0015 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,6 @@ # Windows has stack overflows when calling from Tauri, so we increase the default stack size used by the compiler [target.'cfg(windows)'] -rustflags = ["-C", "link-args=/STACK:16777220"] +rustflags = ["-C", "link-args=/STACK:16777220", "--cfg", "tokio_unstable"] [build] rustflags = ["--cfg", "tokio_unstable"]