mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
246 B
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)].