Update to rustix 0.33.5, to fix a link error on Android (#3966)

* Update to rustix 0.33.5, to fix a link error on Android

This updates to rustix 0.33.5, which includes bytecodealliance/rustix#258,
which fixes bytecodealliance/rustix#256, a link error on Android.

Fixes #3965.

* Bump the rustix versions in the Cargo.toml files too.
This commit is contained in:
Dan Gohman
2022-03-29 10:17:10 -07:00
committed by GitHub
parent 6c8c94723a
commit 819b61b661
10 changed files with 11 additions and 11 deletions

View File

@@ -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.0", optional = true }
rustix = { version = "0.33.5", optional = true }
[badges]
maintenance = { status = "actively-developed" }