From 65806eb6a2483eb03864d335e4887f4da2dfefd3 Mon Sep 17 00:00:00 2001 From: Petr Sabanov Date: Fri, 4 Oct 2024 01:13:22 +0300 Subject: [PATCH] Updated `windows-bindgen` dependency version to 0.58.0 --- gen-windows-bindings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-windows-bindings/Cargo.toml b/gen-windows-bindings/Cargo.toml index 54445b7..46c3fa2 100644 --- a/gen-windows-bindings/Cargo.toml +++ b/gen-windows-bindings/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -windows-bindgen = "0.51" +windows-bindgen = "0.58.0" # Prevent this from interfering with workspaces [workspace]