Fix typo in crates_manifests.rs

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-02-23 01:14:56 +11:00 committed by GitHub
parent 5f0edf09cd
commit d1eef271fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ impl Manifests {
// Read cargo_install_v1_metadata
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 {
binstall,