From ca071de2765a1518b2156956e4b38977e3518b36 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:21:58 +1100 Subject: [PATCH] Fix gen-windows-sys-binding --no-core is renamed to --no-deps --- dev-tools/gen-windows-sys-binding/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/gen-windows-sys-binding/src/main.rs b/dev-tools/gen-windows-sys-binding/src/main.rs index c4067d33c..0ddc0fc9f 100644 --- a/dev-tools/gen-windows-sys-binding/src/main.rs +++ b/dev-tools/gen-windows-sys-binding/src/main.rs @@ -30,7 +30,7 @@ fn main() { windows_bindgen::bindgen([ "--flat", "--sys", - "--no-core", + "--no-deps", "--out", temp_file.path().to_str().unwrap(), "--filter",