Skip to content

Commit

Permalink
Auto merge of #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 committed Apr 23, 2023
2 parents 75c82e6 + dfb4be8 commit dcc4702
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 @@ -99,6 +99,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 dcc4702

Please sign in to comment.