|
@@ -1,6 +1,6 @@
|
|
[package]
|
|
[package]
|
|
name = "tauri"
|
|
name = "tauri"
|
|
-version = "2.0.5"
|
|
|
|
|
|
+version = "2.0.6"
|
|
description = "Make tiny, secure apps for all desktop platforms with Tauri"
|
|
description = "Make tiny, secure apps for all desktop platforms with Tauri"
|
|
exclude = ["/test", "/.scripts", "CHANGELOG.md", "/target"]
|
|
exclude = ["/test", "/.scripts", "CHANGELOG.md", "/target"]
|
|
readme = "README.md"
|
|
readme = "README.md"
|
|
@@ -59,7 +59,7 @@ anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
thiserror = "1.0"
|
|
tauri-runtime = { version = "2.1.0", path = "../tauri-runtime" }
|
|
tauri-runtime = { version = "2.1.0", path = "../tauri-runtime" }
|
|
tauri-macros = { version = "2.0.1", path = "../tauri-macros" }
|
|
tauri-macros = { version = "2.0.1", path = "../tauri-macros" }
|
|
-tauri-utils = { version = "2.0.1", features = [
|
|
|
|
|
|
+tauri-utils = { version = "2.0.2", features = [
|
|
"resources",
|
|
"resources",
|
|
], path = "../tauri-utils" }
|
|
], path = "../tauri-utils" }
|
|
tauri-runtime-wry = { version = "2.1.1", path = "../tauri-runtime-wry", optional = true }
|
|
tauri-runtime-wry = { version = "2.1.1", path = "../tauri-runtime-wry", optional = true }
|
|
@@ -135,7 +135,7 @@ swift-rs = "1.0.7"
|
|
[build-dependencies]
|
|
[build-dependencies]
|
|
heck = "0.5"
|
|
heck = "0.5"
|
|
tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.1" }
|
|
tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.1" }
|
|
-tauri-utils = { path = "../tauri-utils/", version = "2.0.1", features = [
|
|
|
|
|
|
+tauri-utils = { path = "../tauri-utils/", version = "2.0.2", features = [
|
|
"build",
|
|
"build",
|
|
] }
|
|
] }
|
|
|
|
|