Publish New Versions (v2) (#1736)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
github-actions[bot]
2024-09-05 13:26:57 +02:00
committed by GitHub
parent a2fe55512f
commit 12e80ffe00
14 changed files with 75 additions and 19 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-rc.3]
### Dependencies
- Upgraded to `fs@2.0.0-rc.3`
## \[2.0.0-rc.2]
### Dependencies
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.0.0-rc.2"
version = "2.0.0-rc.3"
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-rc.2" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-rc.3" }
urlpattern = "0.3"
regex = "1"
http = "1"