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 {
1414 #[ cfg( mobile) ]
1515 #[ error( transparent) ]
1616 PluginInvoke (
17- #[ serde( skip) ]
17+ #[ cfg_attr ( feature = "specta" , serde( skip) ) ]
1818 #[ from]
1919 tauri:: plugin:: mobile:: PluginInvokeError ,
2020 ) ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pub enum Error {
1414 #[ cfg( mobile) ]
1515 #[ error( transparent) ]
1616 PluginInvoke (
17- #[ serde( skip) ]
17+ #[ cfg_attr ( feature = "specta" , serde( skip) ) ]
1818 #[ from]
1919 tauri:: plugin:: mobile:: PluginInvokeError ,
2020 ) ,
You can’t perform that action at this time.
0 commit comments