Skip to content

Commit

Permalink
Update to rustix 0.36.7.
Browse files Browse the repository at this point in the history
This fixes compilation on armv7-unknown-freebsd, as reported [here].

[here]: bytecodealliance#5499 (comment)
  • Loading branch information
sunfishcode committed Jan 18, 2023
1 parent 5fd9cb4 commit 7b75ba9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,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'] }
Expand Down
6 changes: 6 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,12 @@ criteria = "safe-to-deploy"
version = "0.36.4"
notes = "The Bytecode Alliance is the author of this crate."

[[audits.rustix]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
version = "0.36.7"
notes = "The Bytecode Alliance is the author of this crate."

[[audits.sha2]]
who = "Benjamin Bouvier <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 7b75ba9

Please sign in to comment.