mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 23:00:03 +00:00
Run Manifest
parsing in block_in_place
mode
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
60caa9ee17
commit
e18ac6e117
4 changed files with 25 additions and 27 deletions
|
@ -71,6 +71,5 @@ pub async fn fetch_crate_cratesio(
|
|||
TarBasedFmt::Tgz,
|
||||
ManifestVisitor::new(manifest_dir_path),
|
||||
)
|
||||
.await?
|
||||
.load_manifest()
|
||||
.await
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue