Skip to content

Commit 1f4a1a7

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] <[email protected]>
1 parent ade13b5 commit 1f4a1a7

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
@@ -32,7 +32,7 @@ objc2-core-foundation = { version = "0.3", optional = true }
3232
objc2-security = { version = "0.3", optional = true }
3333

3434
[target.'cfg(target_os = "windows")'.dependencies]
35-
windows = { version = "0.61", features = [
35+
windows = { version = "0.62", features = [
3636
"Foundation",
3737
"Foundation_Collections",
3838
"Services_Store",

0 commit comments

Comments
 (0)