Skip to content

Commit

Permalink
might help if i write the file to disk
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Jul 15, 2024
1 parent c40a79c commit 1f6ec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_crate_updates/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn handle_manifest(path: &path::PathBuf, agent: Agent) -> anyhow::Result<()> {
}
}

Ok(())
fs::write(&path, manifest.to_string()).with_context(|| "Failed to write manifest to disk")
}

fn get_newest_version(
Expand Down

0 comments on commit 1f6ec0d

Please sign in to comment.