about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2024-03-03 14:44:58 +0000
committerChris Denton <chris@chrisdenton.dev>2024-03-12 16:05:58 +0000
commitb25203e30f4c418c41cf09fd22906dc596e02ad2 (patch)
tree3bed66ce68d522137f43b752f483cdb3b814f5ff /src/tools
parent3b85d2c7fc6d1698e68b94f7bc1a5c9633f2554d (diff)
downloadrust-b25203e30f4c418c41cf09fd22906dc596e02ad2.tar.gz
rust-b25203e30f4c418c41cf09fd22906dc596e02ad2.zip
Bump windows-bindgen to 0.54.0
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/generate-windows-sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/generate-windows-sys/Cargo.toml b/src/tools/generate-windows-sys/Cargo.toml
index d8a7a06efc6..ca137211f4e 100644
--- a/src/tools/generate-windows-sys/Cargo.toml
+++ b/src/tools/generate-windows-sys/Cargo.toml
@@ -4,4 +4,4 @@ version = "0.1.0"
 edition = "2021"
 
 [dependencies.windows-bindgen]
-version = "0.52.0"
+version = "0.54.0"