Publish New Versions (v2) (#854)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-12-28 10:37:04 -03:00
committed by GitHub
co-authored by FabianLars
parent 2e2fc8de69
commit e80626cf81
16 changed files with 68 additions and 23 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.0.0-alpha.8"
version = "2.0.0-alpha.9"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }
@@ -16,7 +16,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.6" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.7" }
glob = "0.3"
http = "0.2"
reqwest = { version = "0.11", default-features = false }