Skip to content

Commit ef2482d

Browse files
authored
fix(core): crash on macOS older than Sequoia (#11366)
ref tauri-apps/wry#1389
1 parent e3b09be commit ef2482d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-runtime-wry": patch:bug
3+
---
4+
5+
Update wry to 0.46.1 to fix a crash on macOS older than Sequoia.

Cargo.lock

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

crates/tauri-runtime-wry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustc-args = ["--cfg", "docsrs"]
1717
rustdoc-args = ["--cfg", "docsrs"]
1818

1919
[dependencies]
20-
wry = { version = "0.46", default-features = false, features = [
20+
wry = { version = "0.46.1", default-features = false, features = [
2121
"drag-drop",
2222
"protocol",
2323
"os-webview",

0 commit comments

Comments
 (0)