fix: change file

This commit is contained in:
Lucas Nogueira
2026-09-22 13:39:05 -03:00
parent 28d644572c
commit 8882934230
+4 -2
View File
@@ -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)]`.