fix(core): crash on macOS older than Sequoia (#11366)

ref https://github.com/tauri-apps/wry/pull/1389
This commit is contained in:
Lucas Fernandes Nogueira 2024-10-14 21:55:42 -03:00 committed by GitHub
parent e3b09be7f0
commit ef2482ddec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View File

@ -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
Cargo.lock generated
View File

@ -11005,9 +11005,9 @@ dependencies = [
[[package]]
name = "wry"
version = "0.46.0"
version = "0.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469a3765ecc3e8aa9ccdf3c5a52c82697ec03037cd60494488763880d31a1b3a"
checksum = "2f8c948dc5f7c23bd93ba03b85b7f679852589bb78e150424d993171e4ef7b73"
dependencies = [
"base64 0.22.1",
"block2",

View File

@ -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",