Files
tauri-plugins-workspace/.changes/fix-geo-haptics-specta-skip.md
T
2026-09-22 13:39:05 -03:00

294 B

haptics, geolocation, haptics-js, geolocation-js
haptics geolocation haptics-js geolocation-js
patch patch patch patch

Fixed a build failure when the specta feature is enabled: the Error type used the #[serde(skip)] helper attribute, which recent specta versions no longer register. It now uses #[specta(skip)].