mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 13:21:03 +00:00
- Fixes https://github.com/termux/termux-packages/issues/27677 - Force bump dependency crate `rustix` to 1.1.3 to fix error `failed to resolve: use of unresolved module or unlinked crate 'linux_raw_sys'`
14 lines
364 B
Diff
14 lines
364 B
Diff
Fixes: https://github.com/bytecodealliance/rustix/issues/1519
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -81,7 +81,7 @@ default-features = false
|
|
version = "0.3"
|
|
|
|
[target.'cfg(any(unix, target_os = "wasi"))'.dependencies.rustix]
|
|
-version = "1.0.0"
|
|
+version = "1.1.3"
|
|
features = ["fs"]
|
|
|
|
[target.'cfg(any(unix, windows, target_os = "wasi"))'.dependencies.getrandom]
|