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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2500,9 +2500,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustix"
|
||||
version = "0.33.3"
|
||||
version = "0.33.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a9466f25b92a648960ac1042fd3baa6b0bf285e60f754d7e5070770c813a177a"
|
||||
checksum = "03627528abcc4a365554d32a9f3bbf67f7694c102cfeda792dc86a2d6057cc85"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"errno",
|
||||
|
||||
Reference in New Issue
Block a user