Files
myxer/fix-gio-dep.patch
Martin Pluskal dcd7326486 Accepting request 940854 from home:dspinella
I want to maintain myxer in Factory and would like to use multimedia:apps as the devel/feeder project.

OBS-URL: https://build.opensuse.org/request/show/940854
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/myxer?expand=0&rev=1
2021-12-17 14:40:30 +00:00

12 lines
236 B
Diff

diff --git a/Cargo.toml b/Cargo.toml
index 0b1cb09..d059fbe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,5 +36,5 @@ version = "0.9.0"
features = [ "v3_22" ]
[dependencies.gio]
-version = ""
+version = "*"
features = [ "v2_44" ]