Skip to content

Commit b8c8c3f

Browse files
authored
Fix gen-windows-sys-binding (#1419)
--no-core is renamed to --no-deps
1 parent dc3f4b0 commit b8c8c3f

File tree

1 file changed

+1
-1
lines changed
  • dev-tools/gen-windows-sys-binding/src

1 file changed

+1
-1
lines changed

dev-tools/gen-windows-sys-binding/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn main() {
3030
windows_bindgen::bindgen([
3131
"--flat",
3232
"--sys",
33-
"--no-core",
33+
"--no-deps",
3434
"--out",
3535
temp_file.path().to_str().unwrap(),
3636
"--filter",

0 commit comments

Comments
 (0)