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:
@@ -31,7 +31,7 @@ memfd = { version = "0.4.1", optional = true }
|
||||
mach = "0.3.2"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
rustix = "0.33.0"
|
||||
rustix = "0.33.5"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { version = "0.3.7", features = ["winbase", "memoryapi", "errhandlingapi", "handleapi"] }
|
||||
|
||||
Reference in New Issue
Block a user