Files
tauri-plugins-workspace/.changes/fix-geo-haptics-specta-skip.md
T

246 B

haptics, geolocation
haptics geolocation
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)].