Skip to content

Commit f6d81ef

Browse files
Update windows-bindgen requirement from 0.54 to 0.55 (#999)
Updates the requirements on [windows-bindgen](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.54.0...0.55.0) --- updated-dependencies: - dependency-name: windows-bindgen 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 3175b56 commit f6d81ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/gen-windows-sys-binding/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ edition = "2018"
55
publish = false
66

77
[dependencies]
8-
windows-bindgen = "0.54"
8+
windows-bindgen = "0.55"
99
tempfile = "3"

0 commit comments

Comments
 (0)