chore: tauri 3.0 alpha release

This commit is contained in:
Lucas Nogueira
2026-09-13 15:55:49 -03:00
parent e87544c67d
commit 6967afaef8
113 changed files with 1158 additions and 2422 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-dialog"
version = "2.7.3"
version = "3.0.0-alpha.0"
description = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application."
edition = { workspace = true }
authors = { workspace = true }
@@ -43,7 +43,7 @@ tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
url = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "2.5.2" }
tauri-plugin-fs = { path = "../fs", version = "3.0.0-alpha.0" }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]