gdritter repos delve / 0a2cf22
Fix some version bounds Getty Ritter 6 years ago
1 changed file(s) with 7 addition(s) and 9 deletion(s). Collapse all Expand all
44 authors = ["Getty Ritter <gettyritter@gmail.com>"]
55
66 [dependencies]
7 pango = "*"
8 pangocairo = "*"
9 png = "*"
10 rand = "*"
11 serde_json = "*"
12 failure = "*"
13 heck = "*"
14 rsvg = "*"
7 pango = "0.4.0"
8 pangocairo = "0.5.0"
9 png = "0.11.0"
10 failure = "0.1.1"
11 heck = "0.3.0"
12 rsvg = "0.4.0"
1513
1614 [dependencies.cairo-rs]
17 version = "*"
15 version = "0.4.1"
1816 features = ["png"]
1917
2018 [dependencies.rrecutils]