diff --git a/examples/api/src-tauri/Cargo.lock b/examples/api/src-tauri/Cargo.lock index b66a9dd6b..caa910fd5 100644 --- a/examples/api/src-tauri/Cargo.lock +++ b/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", diff --git a/examples/api/src-tauri/Cargo.toml b/examples/api/src-tauri/Cargo.toml index a8c625a38..c83ce5c1c 100644 --- a/examples/api/src-tauri/Cargo.toml +++ b/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 = [