Skip to content

Commit b75c4ec

Browse files
committed
tauri: chore: remove dependency overrides
The MRs that we depend on have been merged and released: - tauri-apps/plugins-workspace#2609. - tauri-apps/tao#1108. So now we can use the release versions.
1 parent ce993e4 commit b75c4ec

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

Cargo.lock

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,3 @@ lto = true
1111
opt-level = "z"
1212
codegen-units = 1
1313
strip = true
14-
15-
[patch.crates-io]
16-
tauri-plugin-single-instance = { git = "https://github.com/Simon-Laux/plugins-workspace", branch = "simon/fix-macos-cwd-single-instance" }
17-
# tauri-plugin-single-instance = { version = "2.2.3", path = "../tauri-plugins-workspace/plugins/single-instance" }
18-
# tao = { path = "../tao" }
19-
tao = { git = "https://github.com/Simon-Laux/tao", branch = "hunt-down-open-url-crash-and-add-application_continue_user_activity" }
20-
tao-macros = { git = "https://github.com/Simon-Laux/tao", branch = "hunt-down-open-url-crash-and-add-application_continue_user_activity" }

0 commit comments

Comments
 (0)