Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd32cb7e

Browse files
authored
Add missing 'sysinfoapi' feature for winapi (RustPython#5094)
1 parent0357661 commitd32cb7e

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)

[8]ページ先頭

©2009-2025 Movatter.jp