Skip to content

Commit bf5082c

Browse files
Update windows requirement from 0.58 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.58.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 ccb8d2e commit bf5082c

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
@@ -31,7 +31,7 @@ objc2-security = "0.3"
3131
block2 = "0.6"
3232

3333
[target.'cfg(target_os = "windows")'.dependencies]
34-
windows = { version = "0.61", features = [
34+
windows = { version = "0.62", features = [
3535
"Foundation",
3636
"Storage_Streams",
3737
"Security_Credentials_UI",

0 commit comments

Comments
 (0)