From 99bea2559c2c0648c2519c50a18cd124dacef57b Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 29 Feb 2024 18:34:43 +0100 Subject: [PATCH] chore: Update tauri to beta.8 (#1005) * chore: Update tauri to beta.8 fixes #1000 * Update and rename tauri-beta.7.md to tauri-beta-8.md --- .changes/{tauri-beta.7.md => tauri-beta-8.md} | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename .changes/{tauri-beta.7.md => tauri-beta-8.md} (97%) diff --git a/.changes/tauri-beta.7.md b/.changes/tauri-beta-8.md similarity index 97% rename from .changes/tauri-beta.7.md rename to .changes/tauri-beta-8.md index 3df24ab3f..2bbcc16f3 100644 --- a/.changes/tauri-beta.7.md +++ b/.changes/tauri-beta-8.md @@ -54,4 +54,4 @@ "window-state-js": patch --- -Update to tauri beta.7. +Update to tauri beta.8. diff --git a/Cargo.toml b/Cargo.toml index d318e1989..63a7acb84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,9 @@ resolver = "2" [workspace.dependencies] serde = { version = "1", features = ["derive"] } log = "0.4" -tauri = "2.0.0-beta.7" -tauri-build = "2.0.0-beta.5" -tauri-plugin = "2.0.0-beta.5" +tauri = "2.0.0-beta.8" +tauri-build = "2.0.0-beta.6" +tauri-plugin = "2.0.0-beta.6" serde_json = "1" thiserror = "1" url = "2"