Update to rustix 0.36.7. (#5590)

This fixes compilation on armv7-unknown-freebsd, as reported [here].

[here]: https://github.com/bytecodealliance/wasmtime/issues/5499#issuecomment-1383157702
This commit is contained in:
Dan Gohman
2023-01-18 17:15:50 -08:00
committed by GitHub
parent d24c2fe48c
commit e260abfce7
3 changed files with 9 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ wasm-mutate = "0.2.14"
wit-parser = "0.4"
windows-sys = "0.42.0"
env_logger = "0.9"
rustix = "0.36.0"
rustix = "0.36.7"
log = { version = "0.4.8", default-features = false }
object = { version = "0.29", default-features = false, features = ['read_core', 'elf', 'std'] }
gimli = { version = "0.26.0", default-features = false, features = ['read', 'std'] }