1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Tue, 1 Apr 2025 07:46:32 -0400
Subject: cargo: Update to ashpd 0.11
Forwarded: https://gitlab.gnome.org/World/Fragments/-/merge_requests/190
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 6843249..5ad9641 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later"
[dependencies]
anyhow = "1.0"
-ashpd = { version = "0.9", features = ["gtk4"] }
+ashpd = { version = "0.11", default-features=false, features = ["gtk4", "async-std"] }
async-process = "2.2"
async-recursion = "1.1"
base64 = "0.22"
|