Skip to content

Commit d120bb2

Browse files
Update windows-sys requirement from 0.59 to 0.60 (#46)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 585c191 commit d120bb2

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 @@ futures-lite = "2.0.0"
2525
libc = "0.2.78"
2626

2727
[target.'cfg(windows)'.dev-dependencies.windows-sys]
28-
version = "0.59"
28+
version = "0.60"
2929
features = [
3030
"Win32_Storage_FileSystem",
3131
]

0 commit comments

Comments
 (0)