aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/repository/downloader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart-core/src/repository/downloader.rs')
-rw-r--r--crates/mozart-core/src/repository/downloader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart-core/src/repository/downloader.rs b/crates/mozart-core/src/repository/downloader.rs
index 56b3652..f2e33a7 100644
--- a/crates/mozart-core/src/repository/downloader.rs
+++ b/crates/mozart-core/src/repository/downloader.rs
@@ -80,7 +80,7 @@ impl DownloadProgress {
/// Downloaded bytes are cached by URL in `files_cache`; cache hits skip the network request
/// entirely.
#[tracing::instrument(skip(expected_shasum, progress, files_cache))]
-pub async fn download_dist(
+pub(crate) async fn download_dist(
url: &str,
expected_shasum: Option<&str>,
progress: Option<&mut DownloadProgress>,