1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: =?utf-8?q?Sebastian_Dr=C3=B6ge?= <sebastian@centricular.com>
Date: Mon, 31 Mar 2025 13:46:05 +0300
Subject: Update to ashpd 0.11
(cherry picked from commit 7426f10df596f28082bc7305491ace90e1cca8a3)
Origin: upstream, after 2025.1
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index ef10283..7e04be7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ async-channel = "2.2.0"
futures = "0.3"
[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies]
-ashpd = {version = "0.9.2", features = ["gtk4"]}
+ashpd = {version = "0.11", default-features = false, features = ["gtk4", "async-std"]}
[dependencies.adw]
package = "libadwaita"
|