Skip to content

Commit fc3b8bc

Browse files
Update windows-sys requirement from 0.60 to 0.61 (#104)
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](microsoft/windows-rs@0.60.0...0.61.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.0 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 3a54193 commit fc3b8bc

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
@@ -40,7 +40,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_process_force_signal
4040
async-executor = "1.5.1"
4141

4242
[target.'cfg(windows)'.dev-dependencies.windows-sys]
43-
version = "0.60"
43+
version = "0.61"
4444
default-features = false
4545
features = [
4646
"Win32_Foundation",

0 commit comments

Comments
 (0)