bump openapi version directly (#5674)

This commit is contained in:
Jack Amadeo
2025-11-11 07:15:42 -08:00
committed by GitHub
parent f0ecf562bb
commit 5110d32142
3 changed files with 6 additions and 3 deletions
@@ -19,7 +19,7 @@ fn main() {
fs::create_dir_all(parent).unwrap();
}
fs::write(&output_path, &schema).unwrap();
fs::write(&output_path, format!("{schema}\n")).unwrap();
eprintln!(
"Successfully generated OpenAPI schema at {}",
output_path.canonicalize().unwrap().display()