feat: re-export url::form_urlencoded

This commit is contained in:
Tunglies 2026-02-03 10:03:00 +08:00
parent 540c5b4e59
commit 285c79ca77
No known key found for this signature in database
GPG Key ID: B9B01B389469B3E8
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;