From 8882934230c903e03d56021669bc146be7a117b7 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 22 Sep 2026 13:39:05 -0300 Subject: [PATCH] fix: change file --- .changes/fix-geo-haptics-specta-skip.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)]`.