File: build-Bump-libphosh-to-0.0.7.patch

package info (click to toggle)
phrog 0.46.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: makefile: 35; sh: 28; xml: 25
file content (27 lines) | stat: -rw-r--r-- 857 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Mon, 29 Sep 2025 17:34:53 +0200
Subject: build: Bump libphosh to 0.0.7
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

This one builds with Phosh 0.49 but is otherwise ABI compatible.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index d963e09..df70023 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ glob = "0.3.1"
 greetd_ipc = { version = "0.10.0", features = ["sync-codec"] }
 async-channel = "2.2.1"
 anyhow = "1.0.82"
-libphosh = "0.0.6"
+libphosh = "0.0.7"
 clap = { version = "4.5.4", features = ["derive"] }
 wayland-client = "0.31"
 zbus = { version = "5", default-features = false, features = ["blocking", "async-io"] }