mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-14 20:55:26 +02:00
chore: tauri 3.0 alpha release
This commit is contained in:
+6
-14
@@ -12,12 +12,12 @@ resolver = "2"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
tracing = "0.1"
|
||||
log = "0.4.21"
|
||||
tauri = { version = "2.10", default-features = false }
|
||||
tauri-runtime-wry = "2.11"
|
||||
tauri-runtime-cef = "0.1"
|
||||
tauri-build = "2.5"
|
||||
tauri-plugin = "2.5"
|
||||
tauri-utils = "2.8"
|
||||
tauri = { version = "3.0.0-alpha.0", default-features = false }
|
||||
tauri-runtime-wry = "3.0.0-alpha.0"
|
||||
tauri-runtime-cef = "3.0.0-alpha.0"
|
||||
tauri-build = "3.0.0-alpha.0"
|
||||
tauri-plugin = "3.0.0-alpha.0"
|
||||
tauri-utils = "3.0.0-alpha.0"
|
||||
serde_json = "1"
|
||||
thiserror = "2"
|
||||
url = "2"
|
||||
@@ -41,11 +41,3 @@ codegen-units = 1
|
||||
lto = true
|
||||
incremental = false
|
||||
opt-level = "s"
|
||||
|
||||
[patch.crates-io]
|
||||
tauri = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.27" }
|
||||
tauri-utils = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.27" }
|
||||
tauri-plugin = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.27" }
|
||||
tauri-build = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.27" }
|
||||
tauri-runtime-wry = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.27" }
|
||||
tauri-runtime-cef = { git = "https://github.com/tauri-apps/tauri.git", tag = "tauri-cef-v3.0.0-alpha.27" }
|
||||
|
||||
Reference in New Issue
Block a user