Skip to content

Commit 73dc7d5

Browse files
borsehuss
authored andcommitted
Auto merge of #12016 - lu-zero:unbreak-master, r=epage
Add the Win32_System_Console feature since it is used In `src/cargo/core/shell.rs` `windows_sys::Win32::System::Console` is used but the feature is not present in Cargo.toml. I found it while updating `cargo-c`.
1 parent 4d28f23 commit 73dc7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ version = "0.45"
9090
features = [
9191
"Win32_Foundation",
9292
"Win32_Storage_FileSystem",
93+
"Win32_System_Console",
9394
"Win32_System_IO",
9495
"Win32_System_Threading",
9596
"Win32_System_JobObjects",

0 commit comments

Comments
 (0)