diff --git a/.github/readme.md b/.github/readme.md index e49b6fb677..63d8e471e0 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -15,7 +15,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows] -version = "0.31.0" +version = "0.32.0" features = [ "alloc", "Data_Xml_Dom", @@ -63,7 +63,7 @@ Start by adding the following to your Cargo.toml file: ```toml [dependencies.windows-sys] -version = "0.31.0" +version = "0.32.0" features = [ "Win32_Foundation", "Win32_Security", diff --git a/crates/libs/bindgen/Cargo.toml b/crates/libs/bindgen/Cargo.toml index bcc2ccb250..77ecf34637 100644 --- a/crates/libs/bindgen/Cargo.toml +++ b/crates/libs/bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-bindgen" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -8,5 +8,5 @@ description = "Code gen support for the windows crate" repository = "https://github.com/microsoft/windows-rs" [dependencies] -tokens = { package = "windows-tokens", path = "../tokens", version = "0.31.0" } -metadata = { package = "windows-metadata", path = "../metadata", version = "0.31.0" } +tokens = { package = "windows-tokens", path = "../tokens", version = "0.32.0" } +metadata = { package = "windows-metadata", path = "../metadata", version = "0.32.0" } diff --git a/crates/libs/implement/Cargo.toml b/crates/libs/implement/Cargo.toml index 40a698eab9..01b89377bb 100644 --- a/crates/libs/implement/Cargo.toml +++ b/crates/libs/implement/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-implement" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -12,4 +12,4 @@ proc-macro = true [dependencies] syn = { version = "1.0", default-features = false, features = ["parsing", "proc-macro", "printing", "full", "derive"] } -tokens = { package = "windows-tokens", path = "../tokens", version = "0.31.0" } +tokens = { package = "windows-tokens", path = "../tokens", version = "0.32.0" } diff --git a/crates/libs/metadata/Cargo.toml b/crates/libs/metadata/Cargo.toml index 56eae3e02b..c446894ad8 100644 --- a/crates/libs/metadata/Cargo.toml +++ b/crates/libs/metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-metadata" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/libs/sys/Cargo.toml b/crates/libs/sys/Cargo.toml index 81dd222e59..b369559649 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "windows-sys" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -14,34 +14,34 @@ default-target = "x86_64-pc-windows-msvc" all-features = true [target.i686-pc-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.31.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.32.0" } [target.i686-uwp-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.31.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.32.0" } [target.x86_64-pc-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.31.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.32.0" } [target.x86_64-uwp-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.31.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.32.0" } [target.aarch64-pc-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.31.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.32.0" } [target.aarch64-uwp-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.31.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.32.0" } [target.i686-pc-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.31.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.32.0" } [target.i686-uwp-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.31.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.32.0" } [target.x86_64-pc-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.31.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.32.0" } [target.x86_64-uwp-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.31.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.32.0" } [features] default = [] diff --git a/crates/libs/tokens/Cargo.toml b/crates/libs/tokens/Cargo.toml index 7225d55559..4f6d581502 100644 --- a/crates/libs/tokens/Cargo.toml +++ b/crates/libs/tokens/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-tokens" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/libs/windows/Cargo.toml b/crates/libs/windows/Cargo.toml index f28f771485..fa6a58924d 100644 --- a/crates/libs/windows/Cargo.toml +++ b/crates/libs/windows/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "windows" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -15,37 +15,37 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [target.i686-pc-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.31.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.32.0" } [target.i686-uwp-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.31.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.32.0" } [target.x86_64-pc-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.31.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.32.0" } [target.x86_64-uwp-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.31.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.32.0" } [target.aarch64-pc-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.31.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.32.0" } [target.aarch64-uwp-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.31.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.32.0" } [target.i686-pc-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.31.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.32.0" } [target.i686-uwp-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.31.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.32.0" } [target.x86_64-pc-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.31.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.32.0" } [target.x86_64-uwp-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.31.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.32.0" } [dependencies] -windows-implement = { path = "../implement", version = "0.31.0", optional = true } +windows-implement = { path = "../implement", version = "0.32.0", optional = true } [features] default = [] diff --git a/crates/targets/aarch64_msvc/Cargo.toml b/crates/targets/aarch64_msvc/Cargo.toml index 3bd3ec6e92..61d9a25165 100644 --- a/crates/targets/aarch64_msvc/Cargo.toml +++ b/crates/targets/aarch64_msvc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows_aarch64_msvc" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/targets/i686_gnu/Cargo.toml b/crates/targets/i686_gnu/Cargo.toml index bf99949eba..9f5fb6b319 100644 --- a/crates/targets/i686_gnu/Cargo.toml +++ b/crates/targets/i686_gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows_i686_gnu" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/targets/i686_msvc/Cargo.toml b/crates/targets/i686_msvc/Cargo.toml index faf6b4473b..68e5970007 100644 --- a/crates/targets/i686_msvc/Cargo.toml +++ b/crates/targets/i686_msvc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows_i686_msvc" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/targets/x86_64_gnu/Cargo.toml b/crates/targets/x86_64_gnu/Cargo.toml index 85d7b2d54b..140f1172f2 100644 --- a/crates/targets/x86_64_gnu/Cargo.toml +++ b/crates/targets/x86_64_gnu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows_x86_64_gnu" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/targets/x86_64_msvc/Cargo.toml b/crates/targets/x86_64_msvc/Cargo.toml index 3708c7ff92..60f67b1e1e 100644 --- a/crates/targets/x86_64_msvc/Cargo.toml +++ b/crates/targets/x86_64_msvc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows_x86_64_msvc" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tools/bindings/Cargo.toml b/crates/tools/bindings/Cargo.toml index 419251aa76..72fa4a951b 100644 --- a/crates/tools/bindings/Cargo.toml +++ b/crates/tools/bindings/Cargo.toml @@ -5,5 +5,5 @@ edition = "2018" publish = false [dependencies] -metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.31.0" } -bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.31.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.32.0" } +bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.32.0" } diff --git a/crates/tools/gnu/Cargo.toml b/crates/tools/gnu/Cargo.toml index 0f042aedda..d4052cc536 100644 --- a/crates/tools/gnu/Cargo.toml +++ b/crates/tools/gnu/Cargo.toml @@ -5,4 +5,4 @@ edition = "2018" publish = false [dependencies] -metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.31.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.32.0" } diff --git a/crates/tools/msvc/Cargo.toml b/crates/tools/msvc/Cargo.toml index 467379e520..828c760b42 100644 --- a/crates/tools/msvc/Cargo.toml +++ b/crates/tools/msvc/Cargo.toml @@ -5,4 +5,4 @@ edition = "2018" publish = false [dependencies] -metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.31.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.32.0" } diff --git a/crates/tools/sys/Cargo.toml b/crates/tools/sys/Cargo.toml index cf81b86bfd..4972e4732a 100644 --- a/crates/tools/sys/Cargo.toml +++ b/crates/tools/sys/Cargo.toml @@ -5,6 +5,6 @@ edition = "2018" publish = false [dependencies] -metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.31.0" } -bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.31.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.32.0" } +bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.32.0" } rayon = "1.5.1" diff --git a/crates/tools/sys/src/main.rs b/crates/tools/sys/src/main.rs index 73116adb1f..59934fc48f 100644 --- a/crates/tools/sys/src/main.rs +++ b/crates/tools/sys/src/main.rs @@ -25,7 +25,7 @@ fn main() { r#" [package] name = "windows-sys" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -38,34 +38,34 @@ default-target = "x86_64-pc-windows-msvc" all-features = true [target.i686-pc-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.31.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.32.0" } [target.i686-uwp-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.31.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.32.0" } [target.x86_64-pc-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.31.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.32.0" } [target.x86_64-uwp-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.31.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.32.0" } [target.aarch64-pc-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.31.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.32.0" } [target.aarch64-uwp-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.31.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.32.0" } [target.i686-pc-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.31.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.32.0" } [target.i686-uwp-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.31.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.32.0" } [target.x86_64-pc-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.31.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.32.0" } [target.x86_64-uwp-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.31.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.32.0" } [features] default = [] diff --git a/crates/tools/windows/Cargo.toml b/crates/tools/windows/Cargo.toml index 8d5376d26c..eeb407b565 100644 --- a/crates/tools/windows/Cargo.toml +++ b/crates/tools/windows/Cargo.toml @@ -5,6 +5,6 @@ edition = "2018" publish = false [dependencies] -metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.31.0" } -bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.31.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.32.0" } +bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.32.0" } rayon = "1.5.1" diff --git a/crates/tools/windows/src/main.rs b/crates/tools/windows/src/main.rs index bfea0ce52c..fce2e59c3f 100644 --- a/crates/tools/windows/src/main.rs +++ b/crates/tools/windows/src/main.rs @@ -25,7 +25,7 @@ fn main() { r#" [package] name = "windows" -version = "0.31.0" +version = "0.32.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -39,37 +39,37 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [target.i686-pc-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.31.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.32.0" } [target.i686-uwp-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.31.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.32.0" } [target.x86_64-pc-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.31.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.32.0" } [target.x86_64-uwp-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.31.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.32.0" } [target.aarch64-pc-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.31.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.32.0" } [target.aarch64-uwp-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.31.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.32.0" } [target.i686-pc-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.31.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.32.0" } [target.i686-uwp-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.31.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.32.0" } [target.x86_64-pc-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.31.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.32.0" } [target.x86_64-uwp-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.31.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.32.0" } [dependencies] -windows-implement = { path = "../implement", version = "0.31.0", optional = true } +windows-implement = { path = "../implement", version = "0.32.0", optional = true } [features] default = [] diff --git a/crates/tools/yml/Cargo.toml b/crates/tools/yml/Cargo.toml index bcddec4a93..0ea0ce16d2 100644 --- a/crates/tools/yml/Cargo.toml +++ b/crates/tools/yml/Cargo.toml @@ -5,4 +5,4 @@ edition = "2018" publish = false [dependencies] -metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.31.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.32.0" }