diff options
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; |
