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:
@@ -15,7 +15,7 @@ lazy_static = {version = "1.3.0", optional = true }
|
||||
object = { version = "0.27.0", default-features = false, features = ["std", "read_core"], optional = true }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
rustix = { version = "0.33.6", optional = true }
|
||||
rustix = { version = "0.33.7", optional = true }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
Reference in New Issue
Block a user