Skip to content

Commit

Permalink
fix(core): crash on macOS older than Sequoia (#11366)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Oct 15, 2024
1 parent e3b09be commit ef2482d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/wry-fix-crash-macos-below-14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-runtime-wry": patch:bug
---

Update wry to 0.46.1 to fix a crash on macOS older than Sequoia.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
wry = { version = "0.46", default-features = false, features = [
wry = { version = "0.46.1", default-features = false, features = [
"drag-drop",
"protocol",
"os-webview",
Expand Down

0 comments on commit ef2482d

Please sign in to comment.