From 1f6ec0d68edea0345d62243ae1750d0daedd8c53 Mon Sep 17 00:00:00 2001 From: Liam Gallagher Date: Mon, 15 Jul 2024 23:27:15 +1200 Subject: [PATCH] might help if i write the file to disk --- tools/check_crate_updates/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/check_crate_updates/src/main.rs b/tools/check_crate_updates/src/main.rs index 4e818f81..d25d0e41 100644 --- a/tools/check_crate_updates/src/main.rs +++ b/tools/check_crate_updates/src/main.rs @@ -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(