Cargo upgrade.

This commit is contained in:
Jordan Petridis
2017-12-28 23:19:36 +02:00
parent 8a7d6d9f1b
commit 1d78ab7c42
5 changed files with 210 additions and 85 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ gdk = "0.7.0"
gdk-pixbuf = "0.3.0"
gio = "0.3.0"
glib = "0.4.0"
humansize = "1.0.2"
humansize = "1.1.0"
lazy_static = "1.0.0"
log = "0.3.8"
loggerv = "0.6.0"
+1
View File
@@ -116,6 +116,7 @@ impl EpisodeWidget {
long_units: false,
space: true,
suffix: "",
allow_negative: false,
};
if let Some(size) = episode.length() {