mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix calling create_if_not_exist in crates_manifests.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
d1eef271fd
commit
8ef5856a3b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ impl Manifests {
|
|||
// Read cargo_install_v1_metadata
|
||||
let manifest_path = cargo_roots.join(".crates.toml");
|
||||
|
||||
let cargo_crates_v1 = create_if_not_exist(manifest_path)?;
|
||||
let cargo_crates_v1 = create_if_not_exist(&manifest_path)?;
|
||||
|
||||
Ok(Self {
|
||||
binstall,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue