codegen: Use toml instead of toml_edit

This commit is contained in:
Taiki Endo
2025-07-10 00:20:52 +09:00
parent bd0f8cfaf1
commit ea7f99bca8
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ fn main() -> Result<()> {
eprintln!("download complete");
}
if pubkey.is_none() {
let cargo_manifest = toml_edit::de::from_str::<cargo_manifest::Manifest>(
let cargo_manifest = toml::de::from_str::<cargo_manifest::Manifest>(
&fs::read_to_string(crate_download_cache)?,
)?;
eprintln!(