File: bump-deps.patch

package info (click to toggle)
qwertone 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,100 kB
  • sloc: xml: 72; ansic: 30; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (2)
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: Andrej Shadura <andrew.shadura@collabora.co.uk>
Date: Thu, 26 Dec 2019 14:39:10 +0100
Subject: [PATCH] Port to the new cpal 0.10 API

---
 Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index b9ee023..541ed03 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,10 +13,10 @@ cpal = "0.11.0"
 lazy_static = "1.4.0"
 crossbeam-channel = "0.5.1"
 crossbeam-utils = "0.8.5"
-gio = "0.14.8"
-gdk = "0.14.3"
-cairo-rs = "0.14.9"
-gtk = { version = "0.14.3", features = ["v3_24_9"] }
+gio = "0.18"
+gdk = "0.18"
+cairo-rs = "0.18"
+gtk = { version = "0.18", features = ["v3_24_9"] }
 
 [profile.release]
 lto = true