Skip to content

Commit 6e48837

Browse files
authored
feat: re-export Url (#8474)
* feat: re-exoprt `Url` `Url` is used/returned from public API, we should re-export it * Update .changes/export-url.md
1 parent 883e521 commit 6e48837

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changes/export-url.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'tauri': 'patch:feat'
3+
---
4+
5+
Re-export `Url` type.

core/tauri/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ pub use error::Error;
176176
pub use regex;
177177
pub use tauri_macros::{command, generate_handler};
178178

179+
pub use url::Url;
180+
179181
pub mod api;
180182
pub(crate) mod app;
181183
pub mod async_runtime;

0 commit comments

Comments
 (0)