v0.7.10

DioxusLabs/dioxusv0.7.10Jul 30, 2026by jkelleyrtp

AI Summary

This release focuses on fixing a specific bug within Dioxus's hotpatching functionality. It addresses an issue where hotpatching would fail if the binary target's crate name did not match the package name.

Key Highlights

  • Fixed hotpatching errors
  • Resolved mismatch between bin target crate name and package name
  • Contributed by nicoburns

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