From 1e79517c61b09ffded2eaab2ff10015388ff8659 Mon Sep 17 00:00:00 2001 From: mattvalleycodes Date: Thu, 9 Jan 2025 16:25:20 +1100 Subject: [PATCH] fix: downgraded so that plugins would use the same copy --- Cargo.lock | 2 +- core/tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c91973ca329..bab19ec917b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4204,7 +4204,7 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "tauri" -version = "1.6.8" +version = "1.5.4" dependencies = [ "anyhow", "base64 0.21.7", diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index acd3175706ae..df736e0ca47c 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -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.8" +version = "1.5.4" [package.metadata.docs.rs] no-default-features = true