Skip to content

Commit

Permalink
Auto merge of rust-lang#12016 - lu-zero:unbreak-master, r=epage
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
bors authored and ehuss committed Apr 25, 2023
1 parent 4d28f23 commit 73dc7d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ version = "0.45"
features = [
"Win32_Foundation",
"Win32_Storage_FileSystem",
"Win32_System_Console",
"Win32_System_IO",
"Win32_System_Threading",
"Win32_System_JobObjects",
Expand Down

0 comments on commit 73dc7d5

Please sign in to comment.