소스 검색

chore: aligned `cocoa` crate to 0.25 (#8297)

Davide Ferrero 1 년 전
부모
커밋
5ff6a74430
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/tauri-runtime-wry/Cargo.toml

+ 1 - 1
core/tauri-runtime-wry/Cargo.toml

@@ -33,7 +33,7 @@ webkit2gtk = { version = "=2.0", features = [ "v2_38" ] }
 percent-encoding = "2.1"
 
 [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
-cocoa = "0.24"
+cocoa = "0.25"
 
 [target."cfg(target_os = \"android\")".dependencies]
 jni = "0.21"