chore: update plugins-workspace branch usage from next to v2 (#8120)

This commit is contained in:
Lucas Fernandes Nogueira
2023-10-27 00:17:23 -03:00
committed by GitHub
parent 9ed400a85c
commit 2b6ffe0fd1
2 changed files with 3 additions and 7 deletions

View File

@@ -3499,8 +3499,8 @@ dependencies = [
[[package]]
name = "tauri-plugin-cli"
version = "0.0.0"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=next#4a10f218f0e1fdd66a549dc0bf16be3efb17ea49"
version = "2.0.0-alpha.3"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#76cfdc32b4593acfdfed95bf3028cdba0d83fe61"
dependencies = [
"clap",
"log",

View File

@@ -21,16 +21,12 @@ log = "0.4"
tauri-plugin-sample = { path = "./tauri-plugin-sample/" }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
tauri-plugin-cli = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "next" }
tauri-plugin-cli = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
[patch.crates-io]
tauri = { path = "../../../core/tauri" }
tauri-build = { path = "../../../core/tauri-build" }
[patch.'https://github.com/tauri-apps/tauri']
tauri = { path = "../../../core/tauri" }
tauri-build = { path = "../../../core/tauri-build" }
[dependencies.tauri]
path = "../../../core/tauri"
features = [