From e76afaac1a9ecf98aef023aa0e246471de08f810 Mon Sep 17 00:00:00 2001 From: Mariotaku <mariotaku.lee@gmail.com> Date: Thu, 23 May 2024 17:07:59 +0900 Subject: [PATCH] updated cargo --- Cargo.lock | 3 +-- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 373f440..9697491 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4627,8 +4627,7 @@ dependencies = [ [[package]] name = "tauri-plugin-shell" version = "2.0.0-beta.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca4973141725f74983f6e89b9ce9c69a18bc0ec0fba23cc4d022986e0325b92b" +source = "git+https://github.com/tauri-apps/plugins-workspace.git?branch=v2#aff47992b3d180b60f6caa8e3b3babbe71ed9411" dependencies = [ "encoding_rs", "log", diff --git a/Cargo.toml b/Cargo.toml index 5d54f09..c5e4c6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [patch.crates-io] cc = { git = "https://github.com/mariotaku/cc-rs.git", rev = "01a3414" } r2d2 = { git = "https://github.com/mariotaku/r2d2.git", rev = "aaa2a2b" } -# TODO: remove this patch when this branch is merged -tauri-build = { git = "https://github.com/mariotaku/tauri.git", branch = "feature/android-version-info" } -# TODO: remove when a new version is released +# TODO: remove following patches when the changes are merged wry = { git = "https://github.com/tauri-apps/wry.git", rev = "50ec050" } +tauri-build = { git = "https://github.com/mariotaku/tauri.git", branch = "feature/android-version-info" } +tauri-plugin-shell = { git = "https://github.com/tauri-apps/plugins-workspace.git", branch = "v2" }