From b1fadff390546098457f18d0da1da17ff3419688 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Thu, 22 Feb 2024 07:26:01 -0600 Subject: [PATCH] Release 0.53.0 (readme) --- crates/libs/bindgen/readme.md | 4 ++-- crates/libs/core/readme.md | 4 ++-- crates/libs/metadata/readme.md | 2 +- crates/libs/sys/readme.md | 4 ++-- crates/libs/targets/readme.md | 2 +- crates/libs/windows/readme.md | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/crates/libs/bindgen/readme.md b/crates/libs/bindgen/readme.md index 3913cd36cd..7784bb3f14 100644 --- a/crates/libs/bindgen/readme.md +++ b/crates/libs/bindgen/readme.md @@ -10,10 +10,10 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-targets] -version = "0.53" +version = "0.52.1" [dev-dependencies.windows-bindgen] -version = "0.53" +version = "0.53.0" ``` Generates Rust bindings in a build script or test as needed: diff --git a/crates/libs/core/readme.md b/crates/libs/core/readme.md index 7eeb1713de..6ffd276bcb 100644 --- a/crates/libs/core/readme.md +++ b/crates/libs/core/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows] -version = "0.52" +version = "0.53.0" features = [ "Data_Xml_Dom", "Win32_Foundation", @@ -58,7 +58,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-sys] -version = "0.52" +version = "0.52.0" features = [ "Win32_Foundation", "Win32_Security", diff --git a/crates/libs/metadata/readme.md b/crates/libs/metadata/readme.md index 4f82862f7d..133aaf2088 100644 --- a/crates/libs/metadata/readme.md +++ b/crates/libs/metadata/readme.md @@ -10,7 +10,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-metadata] -version = "0.52" +version = "0.53.0" ``` Read metadata as needed: diff --git a/crates/libs/sys/readme.md b/crates/libs/sys/readme.md index 0b9a19fa57..4f6bf2d552 100644 --- a/crates/libs/sys/readme.md +++ b/crates/libs/sys/readme.md @@ -11,7 +11,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows] -version = "0.52" +version = "0.53.0" features = [ "Data_Xml_Dom", "Win32_Foundation", @@ -59,7 +59,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-sys] -version = "0.52" +version = "0.52.0" features = [ "Win32_Foundation", "Win32_Security", diff --git a/crates/libs/targets/readme.md b/crates/libs/targets/readme.md index ff7c47b00d..cdb83aba13 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" +version = "0.52.1" ``` Use the `link`` macro to define the external functions you wish to call: diff --git a/crates/libs/windows/readme.md b/crates/libs/windows/readme.md index 12ecaa9962..4f6bf2d552 100644 --- a/crates/libs/windows/readme.md +++ b/crates/libs/windows/readme.md @@ -11,7 +11,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows] -version = "0.53" +version = "0.53.0" features = [ "Data_Xml_Dom", "Win32_Foundation", @@ -59,7 +59,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-sys] -version = "0.52" +version = "0.52.0" features = [ "Win32_Foundation", "Win32_Security",