Skip to content

Commit dcc4702

Browse files
committed
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`.
2 parents 75c82e6 + dfb4be8 commit dcc4702

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
@@ -99,6 +99,7 @@ version = "0.45"
9999
features = [
100100
"Win32_Foundation",
101101
"Win32_Storage_FileSystem",
102+
"Win32_System_Console",
102103
"Win32_System_IO",
103104
"Win32_System_Threading",
104105
"Win32_System_JobObjects",

0 commit comments

Comments
 (0)