Files
termux-packages/packages/pueue/tempfile-bump-rustix.diff
termux-pacman-bot 11722dcda2 bump(main/pueue): 4.0.2
- 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'`
2026-01-06 10:43:14 +00:00

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]