From 087cecf01ebdbe12902faa8edb8247c16342a996 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 9 Dec 2020 13:31:32 +0100 Subject: Add progress spinners for source verification routines. Signed-off-by: Matthias Beyer --- src/commands/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/build.rs') diff --git a/src/commands/build.rs b/src/commands/build.rs index c0c2f59..7d7f96a 100644 --- a/src/commands/build.rs +++ b/src/commands/build.rs @@ -179,7 +179,7 @@ pub async fn build(matches: &ArgMatches, if matches.is_present("no_verification") { warn!("No hash verification will be performed"); } else { - crate::commands::source::verify_impl(tree.all_packages().into_iter(), &source_cache) + crate::commands::source::verify_impl(tree.all_packages().into_iter(), &source_cache, &progressbars) .await?; } -- cgit v1.2.3