From 022cc423956379e755cd2a7e130cffa61e86cb74 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 23 Oct 2024 13:05:30 +0300 Subject: chore(3p/sources): bump channels & overlays (2024-10-23) * ops/modules: remove deprecated headscale DNS setting * users/aspen: use stable julia again (upstream ticket is resolved, and 16 has been removed because it's long deprecated) * users/wpcarro: utillinux -> util-linux * 3p/overlays: temporarily restore utillinux until upstream breakage is fixed * users/tazjin: noto-cjk -> noto-cjk-sans * tvix: regenerate Go protobufs Change-Id: I9dbec812306cd4e66030d14bbea3805e8224e0d5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12679 Reviewed-by: tazjin Reviewed-by: aspen Autosubmit: tazjin Tested-by: BuildkiteCI --- tvix/store/src/bin/tvix-store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store/src') diff --git a/tvix/store/src/bin/tvix-store.rs b/tvix/store/src/bin/tvix-store.rs index 1aed0a8e4453..d21bc630ebec 100644 --- a/tvix/store/src/bin/tvix-store.rs +++ b/tvix/store/src/bin/tvix-store.rs @@ -346,7 +346,7 @@ async fn run_cli( }.instrument(info_span!("import path", "indicatif.pb_show" = tracing::field::Empty)) }) .buffer_unordered(50) - .try_collect() + .try_collect::<()>() .await?; } Commands::Copy { -- cgit 1.4.1