File tree Expand file tree Collapse file tree 3 files changed +383
-86
lines changed
Expand file tree Collapse file tree 3 files changed +383
-86
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ action-execute_signed_command = []
5555# in most RRG builds. Once that mechanism is no longer needed, this should be
5656# deleted.
5757action-execute_signed_command-preverified = [" action-execute_signed_command" ]
58- action-dump_process_memory = []
58+ action-dump_process_memory = [" dep:windows-sys " ]
5959
6060test-setfattr = []
6161test-chattr = []
@@ -143,6 +143,18 @@ version = "3.13.0"
143143[dev-dependencies .quickcheck ]
144144version = " 1.0.3"
145145
146+ [target .'cfg(target_family = "windows")' .dependencies .windows-sys ]
147+ version = " 0.59.0"
148+ optional = true
149+ features = [
150+ " Win32_Foundation" ,
151+ " Win32_Storage_FileSystem" ,
152+ " Win32_System_Diagnostics_Debug" ,
153+ " Win32_System_Memory" ,
154+ " Win32_System_ProcessStatus" ,
155+ " Win32_System_Threading" ,
156+ ]
157+
146158[target .'cfg(target_family = "windows")' .dev-dependencies .windows-sys ]
147159version = " 0.59.0"
148160features = [
You can’t perform that action at this time.
0 commit comments