From 98445a8a5f47bfc2cd9d58acfd2084a6e86d60ad Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Sun, 15 May 2022 04:16:39 +0200 Subject: [PATCH] chore(deps): update tauri to rc.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee10c6e8..d3dfe908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ rust-version = "1.57" exclude = ["/examples"] [dependencies] -tauri = { version = "1.0.0-rc.6" } +tauri = { version = "1.0.0-rc.10" } [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.35"