Skip to content

Commit facc09b

Browse files
Update windows-sys requirement from 0.59 to 0.60
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]>
1 parent 3423237 commit facc09b

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
@@ -27,7 +27,7 @@ atomic-waker = "1.1.1"
2727
slab = "0.4.8"
2828

2929
[target.'cfg(windows)'.dependencies.windows-sys]
30-
version = "0.59"
30+
version = "0.60"
3131
default-features = false
3232
features = [
3333
"Win32_Foundation",

0 commit comments

Comments
 (0)