|
@@ -1,6 +1,6 @@
|
|
|
[package]
|
|
|
name = "tauri"
|
|
|
-version = "2.0.0-beta.1"
|
|
|
+version = "2.0.0-beta.2"
|
|
|
description = "Make tiny, secure apps for all desktop platforms with Tauri"
|
|
|
exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
|
|
|
readme = "README.md"
|
|
@@ -50,10 +50,10 @@ uuid = { version = "1", features = [ "v4" ], optional = true }
|
|
|
url = { version = "2.4" }
|
|
|
anyhow = "1.0"
|
|
|
thiserror = "1.0"
|
|
|
-tauri-runtime = { version = "2.0.0-beta.0", path = "../tauri-runtime" }
|
|
|
-tauri-macros = { version = "2.0.0-beta.0", path = "../tauri-macros" }
|
|
|
-tauri-utils = { version = "2.0.0-beta.0", features = [ "resources" ], path = "../tauri-utils" }
|
|
|
-tauri-runtime-wry = { version = "2.0.0-beta.0", path = "../tauri-runtime-wry", optional = true }
|
|
|
+tauri-runtime = { version = "2.0.0-beta.1", path = "../tauri-runtime" }
|
|
|
+tauri-macros = { version = "2.0.0-beta.1", path = "../tauri-macros" }
|
|
|
+tauri-utils = { version = "2.0.0-beta.1", features = [ "resources" ], path = "../tauri-utils" }
|
|
|
+tauri-runtime-wry = { version = "2.0.0-beta.1", path = "../tauri-runtime-wry", optional = true }
|
|
|
getrandom = "0.2"
|
|
|
serde_repr = "0.1"
|
|
|
state = "0.6"
|
|
@@ -88,8 +88,8 @@ cocoa = "0.25"
|
|
|
objc = "0.2"
|
|
|
window-vibrancy = "0.4"
|
|
|
|
|
|
-[target.'cfg(unix)'.dependencies]
|
|
|
-nix = { version = "0.26.0", default-features = false, features = ["user", "socket", "uio"] }
|
|
|
+[target."cfg(unix)".dependencies]
|
|
|
+nix = { version = "0.26.0", default-features = false, features = [ "user", "socket", "uio" ] }
|
|
|
|
|
|
[target."cfg(windows)".dependencies]
|
|
|
webview2-com = "0.28"
|
|
@@ -114,8 +114,8 @@ swift-rs = "1.0.6"
|
|
|
|
|
|
[build-dependencies]
|
|
|
heck = "0.4"
|
|
|
-tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-beta.0" }
|
|
|
-tauri-utils = { path = "../tauri-utils/", version = "2.0.0-beta.0", features = [ "build" ] }
|
|
|
+tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-beta.1" }
|
|
|
+tauri-utils = { path = "../tauri-utils/", version = "2.0.0-beta.1", features = [ "build" ] }
|
|
|
|
|
|
[dev-dependencies]
|
|
|
proptest = "1.4.0"
|