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:
@@ -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'] }
|
||||
|
||||
Reference in New Issue
Block a user