@@ -0,0 +1,5 @@
+---
+'tauri': 'major:breaking'
+
+Removed `tauri::path::Result` and `tauri::path::Error` which were merely an unintentional re-export of `tauri::Result` and `tauri::Error` so use those instead.
@@ -11,7 +11,7 @@ use serde_repr::{Deserialize_repr, Serialize_repr};
pub(crate) mod plugin;
-pub use crate::error::*;
+use crate::error::*;
#[cfg(target_os = "android")]
mod android;