Publish New Versions (v2) (#1047)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-03-21 09:01:05 -03:00
committed by GitHub
co-authored by lucasfernog
parent 62ce5df52c
commit 70136b1fe8
63 changed files with 305 additions and 83 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.0.0-beta.2"
version = "2.0.0-beta.3"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }
@@ -25,7 +25,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.2" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.3" }
urlpattern = "0.2"
regex = "1"
http = "0.2"
@@ -53,4 +53,4 @@ deflate = [ "reqwest/deflate" ]
trust-dns = [ "reqwest/trust-dns" ]
socks = [ "reqwest/socks" ]
http3 = [ "reqwest/http3" ]
unsafe-headers = []
unsafe-headers = [ ]