Skip to content

Commit d32cb7e

Browse files
authored
Add missing 'sysinfoapi' feature for winapi (RustPython#5094)
1 parent 0357661 commit d32cb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ version = "0.3.9"
141141
features = [
142142
"winsock2", "handleapi", "ws2def", "std", "winbase", "wincrypt", "fileapi", "processenv",
143143
"namedpipeapi", "winnt", "processthreadsapi", "errhandlingapi", "winuser", "synchapi", "wincon",
144-
"impl-default", "vcruntime", "ifdef", "netioapi", "memoryapi", "profileapi",
144+
"impl-default", "vcruntime", "ifdef", "netioapi", "memoryapi", "profileapi", "sysinfoapi"
145145
]
146146

147147
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)