Skip to content

Commit 9ec212e

Browse files
Update windows-sys requirement from >=0.52, <=0.59 to >=0.52, <=0.60 (#113)
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.60.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb75f22 commit 9ec212e

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
@@ -16,7 +16,7 @@ rust-version = "1.56"
1616
libc = { version = "0.2", default-features = false }
1717

1818
[target.'cfg(windows)'.dependencies.windows-sys]
19-
version = ">=0.52, <=0.59"
19+
version = ">=0.52, <=0.60"
2020
features = [
2121
"Win32_Foundation",
2222
"Win32_System_Diagnostics_Debug",

0 commit comments

Comments
 (0)