Update dependancies.

This commit is contained in:
Jordan Petridis
2017-11-19 18:14:56 +02:00
parent a6dbf65575
commit 052988a2b1
4 changed files with 45 additions and 67 deletions
+4 -6
View File
@@ -16,20 +16,18 @@ loggerv = "0.5.1"
open = "1.2.1"
rayon = "0.9.0"
[dependencies.gtk]
features = ["v3_22"]
version = "0.2.0"
[dependencies.diesel]
features = ["sqlite"]
# version = "0.16.0"
git = "https://github.com/diesel-rs/diesel.git"
[dependencies.diesel_codegen]
features = ["sqlite"]
# version = "0.16.0"
git = "https://github.com/diesel-rs/diesel.git"
[dependencies.gtk]
features = ["v3_22"]
version = "0.2.0"
[dependencies.hammond-data]
path = "../hammond-data"