mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
Use nt-api 4 on Windows (#6949)
* Bump nushell-sytem dep to ntapi 0.4 0.3.7 trigger a warning about code being incompatible with future rust versions. This is resolved in 0.4 https://github.com/MSxDOS/ntapi/issues/11 * Upgrade Cargo.lock for ntapi 0.4
This commit is contained in:
committed by
GitHub
parent
f44f3a8af1
commit
014d36b17a
@ -32,5 +32,5 @@ mach2 = "0.4"
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { version = "0.3.9", features = ["tlhelp32", "fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf", "memoryapi", "shellapi", "std", "securitybaseapi"] }
|
||||
chrono = "0.4.21"
|
||||
ntapi = "0.3"
|
||||
ntapi = "0.4"
|
||||
once_cell = "1.0"
|
||||
|
Reference in New Issue
Block a user