Merge pull request #971 from tauri-apps/chore/tauri-beta-3

chore: update to tauri beta.4
This commit is contained in:
Lucas Fernandes Nogueira
2024-02-21 14:32:22 -03:00
committed by GitHub
116 changed files with 4797 additions and 1627 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Access the HTTP client written in Rust.
## Install
_This plugin requires a Rust version of at least **1.70**_
_This plugin requires a Rust version of at least **1.75**_
There are three general methods of installation that we can recommend.
+1 -1
View File
@@ -23,6 +23,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.0"
"@tauri-apps/api": "2.0.0-beta.2"
}
}
+2 -2
View File
@@ -139,8 +139,8 @@ fn attach_proxy(
pub async fn fetch<R: Runtime>(
app: AppHandle<R>,
client_config: ClientConfig,
command_scope: CommandScope<'_, Entry>,
global_scope: GlobalScope<'_, Entry>,
command_scope: CommandScope<Entry>,
global_scope: GlobalScope<Entry>,
) -> crate::Result<ResourceId> {
let ClientConfig {
method,