diff --git a/.changes/fix-geo-haptics-specta-skip.md b/.changes/fix-geo-haptics-specta-skip.md index c52adc335..78f11d581 100644 --- a/.changes/fix-geo-haptics-specta-skip.md +++ b/.changes/fix-geo-haptics-specta-skip.md @@ -1,6 +1,8 @@ --- -haptics: patch -geolocation: patch +"haptics": patch +"geolocation": patch +"haptics-js": patch +"geolocation-js": 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)]`.