mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-08 16:07:50 +02:00
chore: update to tauri 3.0.0-alpha.9
autogenerated commands format changed, needed FS plugin small change
This commit is contained in:
+4
-4
@@ -41,7 +41,7 @@ incremental = false
|
||||
opt-level = "s"
|
||||
|
||||
[patch.crates-io]
|
||||
tauri = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
|
||||
tauri-utils = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
|
||||
tauri-plugin = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
|
||||
tauri-build = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
|
||||
tauri = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.9" }
|
||||
tauri-utils = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.9" }
|
||||
tauri-plugin = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.9" }
|
||||
tauri-build = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.9" }
|
||||
|
||||
Reference in New Issue
Block a user