Upgraded diesel to 0.99 and switched from the git master into crated.io.

Also did a cargo upgrade of all the dependancies.
Notable upgrades are r2d2, lazystatic 1.0, loggerv 0.6 and rss 1.2
This commit is contained in:
Jordan Petridis
2017-12-02 01:39:28 +02:00
parent 9312366f62
commit 74a1aae168
13 changed files with 193 additions and 167 deletions
+2 -6
View File
@@ -12,17 +12,13 @@ gdk-pixbuf = "0.3.0"
gio = "0.3.0"
glib = "0.4.0"
log = "0.3.8"
loggerv = "0.5.1"
loggerv = "0.6.0"
open = "1.2.1"
rayon = "0.9.0"
[dependencies.diesel]
features = ["sqlite"]
git = "https://github.com/diesel-rs/diesel.git"
[dependencies.diesel_codegen]
features = ["sqlite"]
git = "https://github.com/diesel-rs/diesel.git"
version = "0.99.0"
[dependencies.gtk]
features = ["v3_22"]
+1 -1
View File
@@ -2,7 +2,7 @@ use gtk;
use gtk::prelude::*;
// use gdk_pixbuf::Pixbuf;
// use diesel::Identifiable;
// use diesel::associations::Identifiable;
use widgets::podcast::PodcastWidget;
use views::podcasts::PopulatedView;
+1 -1
View File
@@ -74,7 +74,7 @@ mod tests {
use hammond_data::Source;
use hammond_data::feed::index;
use hammond_data::dbqueries;
use diesel::Identifiable;
use diesel::associations::Identifiable;
use super::*;
#[test]