publish new versions (#1247)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-05-01 14:35:49 +02:00
committed by GitHub
co-authored by FabianLars
parent 6ea07297f4
commit e94b089e51
89 changed files with 366 additions and 176 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.0.0-beta.6"
version = "2.0.0-beta.7"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }
@@ -26,7 +26,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.6" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.7" }
urlpattern = "0.2"
regex = "1"
http = "1"