Skip to content

Commit

Permalink
Version 0.41.0 (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 22, 2022
1 parent b13b328 commit b1f53ea
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 71 deletions.
6 changes: 3 additions & 3 deletions crates/libs/bindgen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows-bindgen"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -12,5 +12,5 @@ default-target = "x86_64-pc-windows-msvc"
targets = []

[dependencies]
tokens = { package = "windows-tokens", path = "../tokens", version = "0.40.0" }
metadata = { package = "windows-metadata", path = "../metadata", version = "0.40.0" }
tokens = { package = "windows-tokens", path = "../tokens", version = "0.41.0" }
metadata = { package = "windows-metadata", path = "../metadata", version = "0.41.0" }
2 changes: 1 addition & 1 deletion crates/libs/implement/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows-implement"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/interface/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows-interface"
version = "0.40.0"
version = "0.41.0"
edition = "2018"
authors = ["Microsoft"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/metadata/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows-metadata"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
26 changes: 13 additions & 13 deletions crates/libs/sys/Cargo.toml
@@ -1,7 +1,7 @@

[package]
name = "windows-sys"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -16,40 +16,40 @@ targets = []
all-features = true

[target.i686-pc-windows-msvc.dependencies]
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.40.0" }
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }

[target.i686-uwp-windows-msvc.dependencies]
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.40.0" }
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }

[target.x86_64-pc-windows-msvc.dependencies]
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.40.0" }
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }

[target.x86_64-uwp-windows-msvc.dependencies]
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.40.0" }
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }

[target.aarch64-pc-windows-msvc.dependencies]
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.40.0" }
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }

[target.aarch64-uwp-windows-msvc.dependencies]
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.40.0" }
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }

[target.aarch64-pc-windows-gnullvm.dependencies]
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.40.0" }
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.41.0" }

[target.i686-pc-windows-gnu.dependencies]
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.40.0" }
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }

[target.i686-uwp-windows-gnu.dependencies]
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.40.0" }
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }

[target.x86_64-pc-windows-gnu.dependencies]
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.40.0" }
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }

[target.x86_64-uwp-windows-gnu.dependencies]
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.40.0" }
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }

[target.x86_64-pc-windows-gnullvm.dependencies]
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.40.0" }
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.41.0" }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/tokens/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows-tokens"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
30 changes: 15 additions & 15 deletions crates/libs/windows/Cargo.toml
@@ -1,7 +1,7 @@

[package]
name = "windows"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -16,44 +16,44 @@ default-target = "x86_64-pc-windows-msvc"
targets = []

[target.i686-pc-windows-msvc.dependencies]
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.40.0" }
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }

[target.i686-uwp-windows-msvc.dependencies]
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.40.0" }
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }

[target.x86_64-pc-windows-msvc.dependencies]
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.40.0" }
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }

[target.x86_64-uwp-windows-msvc.dependencies]
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.40.0" }
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }

[target.aarch64-pc-windows-msvc.dependencies]
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.40.0" }
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }

[target.aarch64-uwp-windows-msvc.dependencies]
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.40.0" }
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }

[target.aarch64-pc-windows-gnullvm.dependencies]
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.40.0" }
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.41.0" }

[target.i686-pc-windows-gnu.dependencies]
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.40.0" }
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }

[target.i686-uwp-windows-gnu.dependencies]
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.40.0" }
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }

[target.x86_64-pc-windows-gnu.dependencies]
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.40.0" }
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }

[target.x86_64-uwp-windows-gnu.dependencies]
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.40.0" }
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }

[target.x86_64-pc-windows-gnullvm.dependencies]
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.40.0" }
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.41.0" }

[dependencies]
windows-implement = { path = "../implement", version = "0.40.0", optional = true }
windows-interface = { path = "../interface", version = "0.40.0", optional = true }
windows-implement = { path = "../implement", version = "0.41.0", optional = true }
windows-interface = { path = "../interface", version = "0.41.0", optional = true }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion crates/targets/aarch64_gnullvm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows_aarch64_gnullvm"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/targets/aarch64_msvc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows_aarch64_msvc"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/targets/i686_gnu/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows_i686_gnu"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/targets/i686_msvc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows_i686_msvc"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/targets/x86_64_gnu/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows_x86_64_gnu"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/targets/x86_64_gnullvm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows_x86_64_gnullvm"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/targets/x86_64_msvc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "windows_x86_64_msvc"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
26 changes: 13 additions & 13 deletions crates/tools/sys/src/main.rs
Expand Up @@ -41,7 +41,7 @@ fn main() {
r#"
[package]
name = "windows-sys"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -56,40 +56,40 @@ targets = []
all-features = true
[target.i686-pc-windows-msvc.dependencies]
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.40.0" }
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }
[target.i686-uwp-windows-msvc.dependencies]
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.40.0" }
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }
[target.x86_64-pc-windows-msvc.dependencies]
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.40.0" }
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }
[target.x86_64-uwp-windows-msvc.dependencies]
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.40.0" }
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }
[target.aarch64-pc-windows-msvc.dependencies]
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.40.0" }
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }
[target.aarch64-uwp-windows-msvc.dependencies]
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.40.0" }
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }
[target.aarch64-pc-windows-gnullvm.dependencies]
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.40.0" }
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.41.0" }
[target.i686-pc-windows-gnu.dependencies]
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.40.0" }
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }
[target.i686-uwp-windows-gnu.dependencies]
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.40.0" }
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }
[target.x86_64-pc-windows-gnu.dependencies]
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.40.0" }
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }
[target.x86_64-uwp-windows-gnu.dependencies]
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.40.0" }
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }
[target.x86_64-pc-windows-gnullvm.dependencies]
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.40.0" }
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.41.0" }
[features]
default = []
Expand Down
30 changes: 15 additions & 15 deletions crates/tools/windows/src/main.rs
Expand Up @@ -39,7 +39,7 @@ fn main() {
r#"
[package]
name = "windows"
version = "0.40.0"
version = "0.41.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -54,44 +54,44 @@ default-target = "x86_64-pc-windows-msvc"
targets = []
[target.i686-pc-windows-msvc.dependencies]
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.40.0" }
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }
[target.i686-uwp-windows-msvc.dependencies]
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.40.0" }
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }
[target.x86_64-pc-windows-msvc.dependencies]
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.40.0" }
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }
[target.x86_64-uwp-windows-msvc.dependencies]
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.40.0" }
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }
[target.aarch64-pc-windows-msvc.dependencies]
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.40.0" }
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }
[target.aarch64-uwp-windows-msvc.dependencies]
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.40.0" }
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }
[target.aarch64-pc-windows-gnullvm.dependencies]
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.40.0" }
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.41.0" }
[target.i686-pc-windows-gnu.dependencies]
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.40.0" }
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }
[target.i686-uwp-windows-gnu.dependencies]
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.40.0" }
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }
[target.x86_64-pc-windows-gnu.dependencies]
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.40.0" }
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }
[target.x86_64-uwp-windows-gnu.dependencies]
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.40.0" }
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }
[target.x86_64-pc-windows-gnullvm.dependencies]
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.40.0" }
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.41.0" }
[dependencies]
windows-implement = { path = "../implement", version = "0.40.0", optional = true }
windows-interface = { path = "../interface", version = "0.40.0", optional = true }
windows-implement = { path = "../implement", version = "0.41.0", optional = true }
windows-interface = { path = "../interface", version = "0.41.0", optional = true }
[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion docs/readme.md
Expand Up @@ -15,7 +15,7 @@ Start by adding the following to your Cargo.toml file:

```toml
[dependencies.windows]
version = "0.40.0"
version = "0.41.0"
features = [
"Data_Xml_Dom",
"Win32_Foundation",
Expand Down

0 comments on commit b1f53ea

Please sign in to comment.