File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ haptics : patch
3
+ haptics-js : patch
4
+ geolocation : patch
5
+ geolocation-js : patch
6
+ ---
7
+
8
+ Fixed an issue that caused build failures when the ` haptics ` or ` geolocation ` plugin was used without their ` specta ` feature flag enabled.
Original file line number Diff line number Diff line change 1
- plugins/*/permissions/autogenerated/
1
+ plugins/*/permissions/autogenerated/
2
+ plugins/*/android/.tauri/tauri-api/build/
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub enum Error {
14
14
#[ cfg( mobile) ]
15
15
#[ error( transparent) ]
16
16
PluginInvoke (
17
- #[ serde( skip) ]
17
+ #[ cfg_attr ( feature = "specta" , serde( skip) ) ]
18
18
#[ from]
19
19
tauri:: plugin:: mobile:: PluginInvokeError ,
20
20
) ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub enum Error {
14
14
#[ cfg( mobile) ]
15
15
#[ error( transparent) ]
16
16
PluginInvoke (
17
- #[ serde( skip) ]
17
+ #[ cfg_attr ( feature = "specta" , serde( skip) ) ]
18
18
#[ from]
19
19
tauri:: plugin:: mobile:: PluginInvokeError ,
20
20
) ,
You can’t perform that action at this time.
0 commit comments