Skip to content

Commit f73d362

Browse files
Update windows requirement from 0.61 to 0.62
Updates the requirements on [windows](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.61.0...0.62.0) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b4c8f4 commit f73d362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ objc2-foundation = { version = "0.3", features = ["NSString"] }
2525
objc2-app-kit = { version = "0.3", features = ["NSSharingService", "NSView", "NSResponder", "NSWindow"] }
2626

2727
[target.'cfg(target_os = "windows")'.dependencies]
28-
windows = { version = "0.61", features = [
28+
windows = { version = "0.62", features = [
2929
"ApplicationModel_DataTransfer",
3030
"Foundation",
3131
"Foundation_Collections",

0 commit comments

Comments
 (0)