Publish New Versions (v2) (#629)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-23 09:01:39 -03:00
committed by GitHub
parent beb6b139eb
commit 437dfba814
84 changed files with 360 additions and 159 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }
@@ -15,7 +15,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.2" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.3" }
glob = "0.3"
http = "0.2"
reqwest = { version = "0.11", default-features = false }