From 997d87c3f246d520398273ff150e10d6569250ba Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Thu, 27 Nov 2025 22:47:49 +0300 Subject: Full refactor and fixes of package loadmeta() --- src/i2impl/mi2p.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i2impl/mi2p.rs') diff --git a/src/i2impl/mi2p.rs b/src/i2impl/mi2p.rs index 6d095f9..9fa05bf 100644 --- a/src/i2impl/mi2p.rs +++ b/src/i2impl/mi2p.rs @@ -73,7 +73,7 @@ impl I2P { /// /// Returns an error if the repository URL is invalid or if the request fails. /// - async fn fetch_index(&mut self) -> Result { + pub async fn fetch_index(&mut self) -> Result { let repo_url_str = &self.config.repo.repo_url; let cache_dir = &self.config.paths.cache_dir; -- cgit v1.2.3