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:
@@ -27,7 +27,7 @@ cap-rand = "0.24.1"
|
||||
bitflags = "1.2"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
rustix = "0.33.0"
|
||||
rustix = "0.33.5"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
io-extras = "0.13.2"
|
||||
|
||||
@@ -26,7 +26,7 @@ io-lifetimes = { version = "0.5.0", default-features = false }
|
||||
is-terminal = "0.1.0"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
rustix = "0.33.0"
|
||||
rustix = "0.33.5"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = "0.3"
|
||||
|
||||
@@ -20,7 +20,7 @@ anyhow = "1"
|
||||
io-lifetimes = { version = "0.5.0", default-features = false }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
rustix = "0.33.0"
|
||||
rustix = "0.33.5"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user