chore(deps): Update objc2 to 0.6 (#2469)

This commit is contained in:
Fabian-Lars
2025-02-27 15:24:18 +01:00
committed by GitHub
parent 71f95c9f05
commit 1a9846599b
8 changed files with 31 additions and 26 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ mod imp {
let path = path.to_string_lossy();
let path = NSString::from_str(&path);
let urls = vec![NSURL::fileURLWithPath(&path)];
let urls = NSArray::from_vec(urls);
let urls = NSArray::from_retained_slice(&urls);
let workspace = NSWorkspace::new();
workspace.activateFileViewerSelectingURLs(&urls);