mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Update logging for binstall_v1::append
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
241b763477
commit
6c6d0fe9c2
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ async fn entry(jobserver_client: LazyJobserverClient) -> Result<()> {
|
|||
debug!("Writing .crates.toml");
|
||||
metafiles::v1::CratesToml::append(metadata_vec.iter())?;
|
||||
|
||||
debug!("Writing .binstall-crates.toml");
|
||||
debug!("Writing binstall/crates-v1.json");
|
||||
metafiles::binstall_v1::append(metadata_vec)?;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue