feat: prepare v2 alpha release (#371)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-18 10:08:37 -03:00
committed by GitHub
parent b08a45352d
commit 717ae67097
61 changed files with 1259 additions and 383 deletions
+9 -9
View File
@@ -1,16 +1,16 @@
[package]
name = "tauri-plugin-http"
version = "0.0.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
version = "1.0.0"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
[dependencies]
serde.workspace = true
serde_json.workspace = true
tauri.workspace = true
thiserror.workspace = true
tauri-plugin-fs = { path = "../fs", version = "0.0.0" }
serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "1.0.0" }
glob = "0.3"
rand = "0.8"
bytes = { version = "1", features = [ "serde" ] }
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/plugin-http",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"