diff options
Diffstat (limited to 'cli/file_fetcher.rs')
-rw-r--r-- | cli/file_fetcher.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/file_fetcher.rs b/cli/file_fetcher.rs index 0c771f4cf..509050924 100644 --- a/cli/file_fetcher.rs +++ b/cli/file_fetcher.rs @@ -232,7 +232,7 @@ pub struct FileFetcher { allow_remote: bool, cache: FileCache, cache_setting: CacheSetting, - http_cache: HttpCache, + pub(crate) http_cache: HttpCache, http_client: reqwest::Client, blob_store: BlobStore, } |