summaryrefslogtreecommitdiff
path: root/x11/squeekboard/files/patch-Cargo.toml.in
blob: 4aefef7294125f7cb55a0c4348d55aa83167210f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Cargo.toml.in.orig	2021-08-19 15:04:18 UTC
+++ Cargo.toml.in
@@ -23,14 +23,14 @@ rustc_less_1_36 = []
 
 # Dependencies which don't change based on build flags
 [dependencies.cairo-sys-rs]
-version = ""
+version = "0.9.2"
 
 [dependencies.glib-sys]
-version = ""
+version = "0.9.1"
 features = ["v2_44"]
 
 [dependencies.gtk-sys]
-version = ""
+version = "0.9.2"
 features = ["v3_22"]
 
 [dependencies]