|
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
|
|
|
name = "tauri"
|
|
|
readme = "README.md"
|
|
|
repository = "https://github.com/tauri-apps/tauri"
|
|
|
-version = "1.6.3"
|
|
|
+version = "1.6.4"
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
no-default-features = true
|
|
@@ -61,7 +61,7 @@ once_cell = "1"
|
|
|
tauri-runtime = { version = "0.14.3", path = "../tauri-runtime" }
|
|
|
tauri-macros = { version = "1.4.4", path = "../tauri-macros" }
|
|
|
tauri-utils = { version = "1.5.4", features = [ "resources" ], path = "../tauri-utils" }
|
|
|
-tauri-runtime-wry = { version = "0.14.6", path = "../tauri-runtime-wry", optional = true }
|
|
|
+tauri-runtime-wry = { version = "0.14.7", path = "../tauri-runtime-wry", optional = true }
|
|
|
rand = "0.8"
|
|
|
semver = { version = "1.0", features = [ "serde" ] }
|
|
|
serde_repr = "0.1"
|