Skip to content

Commit

Permalink
feat: re-export Url (#8474)
Browse files Browse the repository at this point in the history
* feat: re-exoprt `Url`

`Url` is used/returned from public API, we should re-export it

* Update .changes/export-url.md
  • Loading branch information
amrbashir authored Dec 27, 2023
1 parent 883e521 commit 6e48837
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/export-url.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'tauri': 'patch:feat'
---

Re-export `Url` type.
2 changes: 2 additions & 0 deletions core/tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ pub use error::Error;
pub use regex;
pub use tauri_macros::{command, generate_handler};

pub use url::Url;

pub mod api;
pub(crate) mod app;
pub mod async_runtime;
Expand Down

0 comments on commit 6e48837

Please sign in to comment.