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:
@@ -33,7 +33,7 @@ log = "0.4.8"
|
||||
winapi = { version = "0.3.8", features = ["winnt", "impl-default"] }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
rustix = "0.33.6"
|
||||
rustix = "0.33.7"
|
||||
|
||||
[features]
|
||||
jitdump = ['wasmtime-jit-debug']
|
||||
|
||||
Reference in New Issue
Block a user