chore: bump version to 0.3.60 and handle webmanifest MIME types

Update PMOMusic/Cargo.toml and version.txt from 0.3.59 to 0.3.60. Add explicit application/manifest+json detection for .webmanifest files in serve_embed.rs to compensate for mime_guess limitations, converting the MIME value to an owned String and updating the CONTENT_TYPE header reference accordingly.
This commit is contained in:
2026-06-28 12:35:02 +02:00
parent 01f49670e9
commit 070ca8f3e0
3 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "PMOMusic"
version = "0.3.59"
version = "0.3.60"
edition = "2024"
[dependencies]