publish new versions (#1517)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-07-12 19:42:56 -03:00
committed by GitHub
co-authored by lucasfernog
parent 22a17980ff
commit 7d926ee5b9
89 changed files with 310 additions and 122 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.0.0-beta.11"
version = "2.0.0-beta.12"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }
@@ -27,7 +27,7 @@ serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
tokio = { version = "1", features = [ "sync", "macros" ] }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.10" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.11" }
urlpattern = "0.2"
regex = "1"
http = "1"