This commit is contained in:
Tunglies 2026-02-06 09:31:46 +08:00 committed by GitHub
commit e208c26864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"tauri": feat:minor
---
Re-export `url::form_urlencoded`

View File

@ -79,7 +79,7 @@ pub use tauri_macros::mobile_entry_point;
pub use tauri_macros::{command, generate_handler};
use tauri_utils::assets::AssetsIter;
pub use url::Url;
pub use url::{form_urlencoded, Url};
pub(crate) mod app;
pub mod async_runtime;