Browse Source

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

Lucas Fernandes Nogueira 1 year ago
parent
commit
2b6ffe0fd1
2 changed files with 3 additions and 7 deletions
  1. 2 2
      examples/api/src-tauri/Cargo.lock
  2. 1 5
      examples/api/src-tauri/Cargo.toml

+ 2 - 2
examples/api/src-tauri/Cargo.lock

@@ -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",

+ 1 - 5
examples/api/src-tauri/Cargo.toml

@@ -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 = [