From 89d8fb476ce14b5af19c1dbc8d4034fac3970dbe Mon Sep 17 00:00:00 2001 From: lynx <141365347+iLynxcat@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:22:50 -0500 Subject: [PATCH] Use consistent versioning for tauri-plugin-http --- apps/desktop/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index f7ccf5b4a..888b4045c 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -38,7 +38,7 @@ opener = { version = "0.7.1", features = ["reveal"], default-fea specta-typescript = "=0.0.7" tauri-plugin-deep-link = "=2.0.0-rc.0" tauri-plugin-dialog = "=2.0.0-rc.0" -tauri-plugin-http = "2.0.0-rc.0" +tauri-plugin-http = "=2.0.0-rc.0" tauri-plugin-os = "=2.0.0-rc.0" tauri-plugin-shell = "=2.0.0-rc.0" tauri-plugin-updater = "=2.0.0-rc.0"