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

chore: update to tauri beta.4

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7993156928

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
Lucas Fernandes Nogueira
2024-02-21 17:33:55 +00:00
committed by tauri-bot
parent d6be6bab7a
commit 25cf8fdbd8
4 changed files with 5 additions and 5 deletions

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.

2
node_modules/@tauri-apps/api generated vendored
View File

@@ -1 +1 @@
../../../../node_modules/.pnpm/@tauri-apps+api@2.0.0-beta.0/node_modules/@tauri-apps/api
../../../../node_modules/.pnpm/@tauri-apps+api@2.0.0-beta.2/node_modules/@tauri-apps/api

View File

@@ -23,6 +23,6 @@
"LICENSE"
],
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.0"
"@tauri-apps/api": "2.0.0-beta.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,