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