Run Manifest parsing in block_in_place mode

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-23 19:55:09 +10:00
parent 60caa9ee17
commit e18ac6e117
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
4 changed files with 25 additions and 27 deletions

View file

@ -71,6 +71,5 @@ pub async fn fetch_crate_cratesio(
TarBasedFmt::Tgz,
ManifestVisitor::new(manifest_dir_path),
)
.await?
.load_manifest()
.await
}