Update to rustix 0.33.7. (#4052)
This pulls in the fix for bytecodealliance/rustix#285, which fixes a failure in the WASI `time` APIs on powerpc64.
This commit is contained in:
@@ -26,7 +26,7 @@ io-lifetimes = { version = "0.5.0", default-features = false }
|
||||
is-terminal = "0.1.0"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
rustix = "0.33.6"
|
||||
rustix = "0.33.7"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user