diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3c1013ed5f..0072c88112 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -83,7 +83,7 @@ body: # ... [dependencies.windows] - version = "0.33.0" + version = "0.34.0" features = [ "alloc", "Win32_Foundation", diff --git a/.github/readme.md b/.github/readme.md index d934a5911e..cc3d85bf62 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.33.0" +version = "0.34.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.33.0" +version = "0.34.0" features = [ "Win32_Foundation", "Win32_Security", diff --git a/crates/libs/bindgen/Cargo.toml b/crates/libs/bindgen/Cargo.toml index 01116cbeab..7d22562a1b 100644 --- a/crates/libs/bindgen/Cargo.toml +++ b/crates/libs/bindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-bindgen" -version = "0.33.0" +version = "0.34.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -12,5 +12,5 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [dependencies] -tokens = { package = "windows-tokens", path = "../tokens", version = "0.33.0" } -metadata = { package = "windows-metadata", path = "../metadata", version = "0.33.0" } +tokens = { package = "windows-tokens", path = "../tokens", version = "0.34.0" } +metadata = { package = "windows-metadata", path = "../metadata", version = "0.34.0" } diff --git a/crates/libs/implement/Cargo.toml b/crates/libs/implement/Cargo.toml index 597af34e14..1baa4f871c 100644 --- a/crates/libs/implement/Cargo.toml +++ b/crates/libs/implement/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-implement" -version = "0.33.0" +version = "0.34.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -16,4 +16,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.33.0" } +tokens = { package = "windows-tokens", path = "../tokens", version = "0.34.0" } diff --git a/crates/libs/interface/Cargo.toml b/crates/libs/interface/Cargo.toml index c865635ed5..d058445454 100644 --- a/crates/libs/interface/Cargo.toml +++ b/crates/libs/interface/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-interface" -version = "0.33.0" +version = "0.34.0" edition = "2018" authors = ["Microsoft"] license = "MIT OR Apache-2.0" diff --git a/crates/libs/metadata/Cargo.toml b/crates/libs/metadata/Cargo.toml index 96532880b2..09711e35f7 100644 --- a/crates/libs/metadata/Cargo.toml +++ b/crates/libs/metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-metadata" -version = "0.33.0" +version = "0.34.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 972d73027c..7b703875a8 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "windows-sys" -version = "0.33.0" +version = "0.34.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -15,34 +15,34 @@ targets = [] all-features = true [target.i686-pc-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.33.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.34.0" } [target.i686-uwp-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.33.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.34.0" } [target.x86_64-pc-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.33.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.34.0" } [target.x86_64-uwp-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.33.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.34.0" } [target.aarch64-pc-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.33.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.34.0" } [target.aarch64-uwp-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.33.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.34.0" } [target.i686-pc-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.33.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.34.0" } [target.i686-uwp-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.33.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.34.0" } [target.x86_64-pc-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.33.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.34.0" } [target.x86_64-uwp-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.33.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.34.0" } [features] default = [] diff --git a/crates/libs/tokens/Cargo.toml b/crates/libs/tokens/Cargo.toml index 5ea05f5c14..3463bebddc 100644 --- a/crates/libs/tokens/Cargo.toml +++ b/crates/libs/tokens/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-tokens" -version = "0.33.0" +version = "0.34.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 879a3ddaa2..ca3be0edf9 100644 --- a/crates/libs/windows/Cargo.toml +++ b/crates/libs/windows/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "windows" -version = "0.33.0" +version = "0.34.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -15,38 +15,38 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [target.i686-pc-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.33.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.34.0" } [target.i686-uwp-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.33.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.34.0" } [target.x86_64-pc-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.33.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.34.0" } [target.x86_64-uwp-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.33.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.34.0" } [target.aarch64-pc-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.33.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.34.0" } [target.aarch64-uwp-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.33.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.34.0" } [target.i686-pc-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.33.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.34.0" } [target.i686-uwp-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.33.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.34.0" } [target.x86_64-pc-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.33.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.34.0" } [target.x86_64-uwp-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.33.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.34.0" } [dependencies] -windows-implement = { path = "../implement", version = "0.33.0", optional = true } -windows-interface = { path = "../interface", version = "0.33.0", optional = true } +windows-implement = { path = "../implement", version = "0.34.0", optional = true } +windows-interface = { path = "../interface", version = "0.34.0", optional = true } [features] default = [] diff --git a/crates/targets/aarch64_msvc/Cargo.toml b/crates/targets/aarch64_msvc/Cargo.toml index f2281c149e..306f4f88c5 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.33.0" +version = "0.34.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 01023f8c5a..3374781858 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.33.0" +version = "0.34.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 ab233aba21..977a06c06f 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.33.0" +version = "0.34.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 685385cf3b..2bcb5b55f8 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.33.0" +version = "0.34.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 a257256eea..e279eef00a 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.33.0" +version = "0.34.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 39431aa259..a09c540c50 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.33.0" } -bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.33.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.34.0" } +bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.34.0" } diff --git a/crates/tools/gnu/Cargo.toml b/crates/tools/gnu/Cargo.toml index 9126037fcf..c3fa57517a 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.33.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.34.0" } diff --git a/crates/tools/msvc/Cargo.toml b/crates/tools/msvc/Cargo.toml index 7150b0f4a1..e11db2a405 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.33.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.34.0" } diff --git a/crates/tools/sys/Cargo.toml b/crates/tools/sys/Cargo.toml index f95a0427ab..5f3be74032 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.33.0" } -bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.33.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.34.0" } +bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.34.0" } rayon = "1.5.1" diff --git a/crates/tools/sys/src/main.rs b/crates/tools/sys/src/main.rs index 3d517aab59..eaf2b1a7e6 100644 --- a/crates/tools/sys/src/main.rs +++ b/crates/tools/sys/src/main.rs @@ -24,7 +24,7 @@ fn main() { r#" [package] name = "windows-sys" -version = "0.33.0" +version = "0.34.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -38,34 +38,34 @@ targets = [] all-features = true [target.i686-pc-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.33.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.34.0" } [target.i686-uwp-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.33.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.34.0" } [target.x86_64-pc-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.33.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.34.0" } [target.x86_64-uwp-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.33.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.34.0" } [target.aarch64-pc-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.33.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.34.0" } [target.aarch64-uwp-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.33.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.34.0" } [target.i686-pc-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.33.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.34.0" } [target.i686-uwp-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.33.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.34.0" } [target.x86_64-pc-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.33.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.34.0" } [target.x86_64-uwp-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.33.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.34.0" } [features] default = [] diff --git a/crates/tools/windows/Cargo.toml b/crates/tools/windows/Cargo.toml index 44d1c5fed8..b32847b1df 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.33.0" } -bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.33.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.34.0" } +bindgen = { package = "windows-bindgen", path = "../../libs/bindgen", version = "0.34.0" } rayon = "1.5.1" diff --git a/crates/tools/windows/src/main.rs b/crates/tools/windows/src/main.rs index 9d0fbfccab..3103a6e4b8 100644 --- a/crates/tools/windows/src/main.rs +++ b/crates/tools/windows/src/main.rs @@ -24,7 +24,7 @@ fn main() { r#" [package] name = "windows" -version = "0.33.0" +version = "0.34.0" authors = ["Microsoft"] edition = "2018" license = "MIT OR Apache-2.0" @@ -38,38 +38,38 @@ default-target = "x86_64-pc-windows-msvc" targets = [] [target.i686-pc-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.33.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.34.0" } [target.i686-uwp-windows-msvc.dependencies] -windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.33.0" } +windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.34.0" } [target.x86_64-pc-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.33.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.34.0" } [target.x86_64-uwp-windows-msvc.dependencies] -windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.33.0" } +windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.34.0" } [target.aarch64-pc-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.33.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.34.0" } [target.aarch64-uwp-windows-msvc.dependencies] -windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.33.0" } +windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.34.0" } [target.i686-pc-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.33.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.34.0" } [target.i686-uwp-windows-gnu.dependencies] -windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.33.0" } +windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.34.0" } [target.x86_64-pc-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.33.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.34.0" } [target.x86_64-uwp-windows-gnu.dependencies] -windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.33.0" } +windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.34.0" } [dependencies] -windows-implement = { path = "../implement", version = "0.33.0", optional = true } -windows-interface = { path = "../interface", version = "0.33.0", optional = true } +windows-implement = { path = "../implement", version = "0.34.0", optional = true } +windows-interface = { path = "../interface", version = "0.34.0", optional = true } [features] default = [] diff --git a/crates/tools/yml/Cargo.toml b/crates/tools/yml/Cargo.toml index 28faa3a4ee..57e5fd45a2 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.33.0" } +metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.34.0" }