Publish New Versions (v2) (#629)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-10-23 09:01:39 -03:00
committed by GitHub
co-authored by lucasfernog
parent beb6b139eb
commit 437dfba814
84 changed files with 360 additions and 159 deletions
+3 -6
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-dialog"
version = "2.0.0-alpha.2"
version = "2.0.0-alpha.3"
description = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application."
edition = { workspace = true }
authors = { workspace = true }
@@ -10,10 +10,7 @@ links = "tauri-plugin-dialog"
[package.metadata.docs.rs]
features = [ "dox" ]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-linux-android"
]
targets = [ "x86_64-unknown-linux-gnu", "x86_64-linux-android" ]
[dependencies]
serde = { workspace = true }
@@ -21,7 +18,7 @@ serde_json = { workspace = true }
tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.2" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.3" }
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
glib = "0.16"