mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
fix: geolocation and haptics plugin build fails with specta feature on
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
haptics: patch
|
||||
geolocation: 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)]`.
|
||||
Reference in New Issue
Block a user