diff --git a/Cargo.toml b/Cargo.toml index e040f61..a568ae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ objc2-foundation = { version = "0.3", features = ["NSString"] } objc2-app-kit = { version = "0.3", features = ["NSSharingService", "NSView", "NSResponder", "NSWindow"] } [target.'cfg(target_os = "windows")'.dependencies] -windows = { version = "0.61", features = [ +windows = { version = "0.62", features = [ "ApplicationModel_DataTransfer", "Foundation", "Foundation_Collections",