v0.7.10
knavesec/CredMasterv0.7.10Jul 30, 2026by jkelleyrtp
AI Summary
A bug fix release addressing issues where hotpatching failed when the bin target's crate name differed from the package name.
Key Highlights
- Fixed hotpatching for differing crate names
- Version 0.7.10 patch release
- Resolves bin target naming mismatch issues
New Features
- Hotpatching fix for bin target crate name mismatch
Full Release Notes
## What's Changed * [v0.7] Fix hotpatching when the bin target's crate name differs from the package name by @nicoburns in https://github.com/DioxusLabs/dioxus/pull/5720 **Full Changelog**: https://github.com/DioxusLabs/dioxus/compare/v0.7.9...v0.7.10