From b5ae9b302ac376e6c83de82ee9640972bf340316 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Thu, 22 Feb 2024 12:11:34 -0600 Subject: [PATCH] targets --- crates/libs/bindgen/readme.md | 2 +- crates/libs/core/Cargo.toml | 2 +- crates/libs/registry/Cargo.toml | 2 +- crates/libs/result/Cargo.toml | 2 +- crates/libs/sys/Cargo.toml | 2 +- crates/libs/targets/readme.md | 2 +- crates/libs/version/Cargo.toml | 2 +- crates/libs/windows/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/crates/libs/bindgen/readme.md b/crates/libs/bindgen/readme.md index 7784bb3f14..9882fcdb19 100644 --- a/crates/libs/bindgen/readme.md +++ b/crates/libs/bindgen/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-targets] -version = "0.52.1" +version = "0.52.3" [dev-dependencies.windows-bindgen] version = "0.53.0" diff --git a/crates/libs/core/Cargo.toml b/crates/libs/core/Cargo.toml index fb9c3b9204..0edb8bdda3 100644 --- a/crates/libs/core/Cargo.toml +++ b/crates/libs/core/Cargo.toml @@ -18,7 +18,7 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.windows-targets] -version = "0.52.1" +version = "0.52.3" path = "../targets" [dependencies.windows-result] diff --git a/crates/libs/registry/Cargo.toml b/crates/libs/registry/Cargo.toml index 1290e7aeb9..b322335af7 100644 --- a/crates/libs/registry/Cargo.toml +++ b/crates/libs/registry/Cargo.toml @@ -19,7 +19,7 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.windows-targets] -version = "0.52.1" +version = "0.52.3" path = "../targets" [dependencies.windows-result] diff --git a/crates/libs/result/Cargo.toml b/crates/libs/result/Cargo.toml index b179b22f93..8a68a841c2 100644 --- a/crates/libs/result/Cargo.toml +++ b/crates/libs/result/Cargo.toml @@ -19,7 +19,7 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.windows-targets] -version = "0.52.1" +version = "0.52.3" path = "../targets" [dev-dependencies.windows-bindgen] diff --git a/crates/libs/sys/Cargo.toml b/crates/libs/sys/Cargo.toml index 5d564326a6..50b7c70fc3 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -20,7 +20,7 @@ targets = [] all-features = true [dependencies.windows-targets] -version = "0.52.1" +version = "0.52.3" path = "../targets" [features] diff --git a/crates/libs/targets/readme.md b/crates/libs/targets/readme.md index cdb83aba13..7ea47550bd 100644 --- a/crates/libs/targets/readme.md +++ b/crates/libs/targets/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-targets] -version = "0.52.1" +version = "0.52.3" ``` Use the `link`` macro to define the external functions you wish to call: diff --git a/crates/libs/version/Cargo.toml b/crates/libs/version/Cargo.toml index e18374879c..a073420553 100644 --- a/crates/libs/version/Cargo.toml +++ b/crates/libs/version/Cargo.toml @@ -18,7 +18,7 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies.windows-targets] -version = "0.52.1" +version = "0.52.3" path = "../targets" [dev-dependencies.windows-bindgen] diff --git a/crates/libs/windows/Cargo.toml b/crates/libs/windows/Cargo.toml index 3570d007c8..cbe92c783b 100644 --- a/crates/libs/windows/Cargo.toml +++ b/crates/libs/windows/Cargo.toml @@ -23,7 +23,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] windows-core = { path = "../core", version = "0.53.0" } -windows-targets = { path = "../targets", version = "0.52.1" } +windows-targets = { path = "../targets", version = "0.52.3" } windows-implement = { path = "../implement", version = "0.53.0", optional = true } windows-interface = { path = "../interface", version = "0.53.0", optional = true }