v0.7.10
clockworklabs/SpacetimeDBv0.7.10Jul 30, 2026by jkelleyrtp
AI Summary
This release addresses a specific bug in the v0.7 branch regarding hotpatching functionality. The fix ensures that hotpatching works correctly even when the binary target's crate name is different from the package name.
Key Highlights
- Fix hotpatching in the v0.7 branch
- Resolves issues when bin target crate name differs from package name
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