mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-20 16:34:59 +00:00
- Fixes https://github.com/termux/termux-packages/issues/24733 - Apply solution proposed by Biswa96 here: https://github.com/termux/termux-packages/issues/24733#issuecomment-2891284425
16 lines
370 B
Diff
16 lines
370 B
Diff
Fixes error:
|
|
zbus-5.7.0/src/connection/socket/unix.rs:342:44
|
|
no `PeerPidfd` in `sys::socket::sockopt`
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -118,7 +118,7 @@ version = "1"
|
|
optional = true
|
|
|
|
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.zbus]
|
|
-version = "5"
|
|
+version = "5.12.0"
|
|
optional = true
|
|
|
|
[target.'cfg(target_os="macos")'.dependencies.chrono]
|