Update deps

This commit is contained in:
2017-06-04 18:46:22 +02:00
parent 51e4f591d6
commit 48e88c3a24
2 changed files with 131 additions and 118 deletions

View File

@@ -356,7 +356,6 @@ fn download_catalog(catalog_name: &str, out_dir: &Path) {
presentations.len());
for (i, presentation) in presentations.iter().enumerate() {
println!("-------------------------------------------------");
println!("\nDownloading {}/{}: {}",
i + 1,
presentations.len(),
@@ -430,6 +429,8 @@ fn download_to_file(response: &mut Response, path: &Path) -> Result<(), io::Erro
}
}
println!("Download successful!");
Ok(())
}