diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-27 22:47:49 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-27 22:47:49 +0300 |
| commit | 997d87c3f246d520398273ff150e10d6569250ba (patch) | |
| tree | a0ad14d750588e80dc5e50bb4fdf638ea13242a3 /src/i2impl | |
| parent | cfb0e5909b379c92411d5373758c7ba9c6b04357 (diff) | |
Full refactor and fixes of package loadmeta()
Diffstat (limited to 'src/i2impl')
| -rw-r--r-- | src/i2impl/mi2p.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<S> I2P<S> { /// /// Returns an error if the repository URL is invalid or if the request fails. /// - async fn fetch_index(&mut self) -> Result<bool, std::io::Error> { + pub async fn fetch_index(&mut self) -> Result<bool, std::io::Error> { let repo_url_str = &self.config.repo.repo_url; let cache_dir = &self.config.paths.cache_dir; |
