mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore: update plugins-workspace branch usage from next to v2 (#8120)
This commit is contained in:
committed by
GitHub
parent
9ed400a85c
commit
2b6ffe0fd1
4
examples/api/src-tauri/Cargo.lock
generated
4
examples/api/src-tauri/Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user