mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-24 21:40:48 +02:00
294 B
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)].