This commit is contained in:
Lucas Nogueira
2024-02-03 15:40:29 -03:00
parent 18e478aba0
commit abd0176cc1
124 changed files with 374 additions and 414 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Changelog
## \[2.0.0-alpha.7]
## \[2.0.0-beta.0]
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Update to tauri beta.
- [`1a34720`](https://github.com/tauri-apps/plugins-workspace/commit/1a347203a54eccc954749d11c4ee81fdd9a0cde7)([#858](https://github.com/tauri-apps/plugins-workspace/pull/858)) Fix http fetch client option init with parameter `connectTimeout`
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.0.0-alpha.10"
version = "2.0.0-beta.0"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }
@@ -24,7 +24,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.8" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.0" }
glob = "0.3"
http = "0.2"
reqwest = { version = "0.11", default-features = false }
+1 -1
View File
@@ -18,7 +18,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
```toml
[dependencies]
tauri-plugin-http = "2.0.0-alpha"
tauri-plugin-http = "2.0.0-beta"
# alternatively with Git:
tauri-plugin-http = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
```
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-http",
"version": "2.0.0-alpha.7",
"version": "2.0.0-beta.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"
@@ -25,4 +25,4 @@
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.0"
}
}
}