Sourced from rust-embed's changelog.
[8.6.0] - 2025-02-25
- Update include-flate to 0.3 #246. Thanks to krant
- refactor: remove redundant reference and closure #250. Thanks to hamirmahal
- refactor: replace map().unwrap_or_else(). #250. Thanks to hamirmahal
- Compatible with Axum 0.7.9 #253. Thanks to wkmyws
- Add allow_missing option to derive macro #256. Thanks to lirannl