Skip to content

Commit

Permalink
Bump nushell-sytem dep to ntapi 0.4
Browse files Browse the repository at this point in the history
0.3.7 trigger a warning about code being incompatible
with future rust versions. This is resolved in 0.4
MSxDOS/ntapi#11
  • Loading branch information
jenshnielsen committed Oct 23, 2022
1 parent ebca840 commit 26fb3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nu-system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 26fb3af

Please sign in to comment.