Skip to content

Commit c082148

Browse files
Fix crash on windows (#3041)
1 parent 76b1d1d commit c082148

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ strip = true # Remove debug symbols
2121
opt-level = 3
2222

2323
[patch.crates-io]
24-
tauri-runtime = { git = "https://github.com/modrinth/tauri", rev ="70a252b" }
25-
tauri-runtime-wry = { git = "https://github.com/modrinth/tauri", rev ="70a252b" }
26-
tauri-utils = { git = "https://github.com/modrinth/tauri", rev ="70a252b" }
24+
wry = { git = "https://github.com/modrinth/wry", rev ="e88d4a1" }

0 commit comments

Comments
 (0)