Skip to content

Commit 06cc1a1

Browse files
authored
Version 0.42.0 (#2069)
1 parent 7d4595f commit 06cc1a1

File tree

18 files changed

+78
-78
lines changed

18 files changed

+78
-78
lines changed

crates/libs/bindgen/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-bindgen"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -12,5 +12,5 @@ default-target = "x86_64-pc-windows-msvc"
1212
targets = []
1313

1414
[dependencies]
15-
tokens = { package = "windows-tokens", path = "../tokens", version = "0.41.0" }
16-
metadata = { package = "windows-metadata", path = "../metadata", version = "0.41.0" }
15+
tokens = { package = "windows-tokens", path = "../tokens", version = "0.42.0" }
16+
metadata = { package = "windows-metadata", path = "../metadata", version = "0.42.0" }

crates/libs/implement/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-implement"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/libs/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-interface"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2018"
55
authors = ["Microsoft"]
66
license = "MIT OR Apache-2.0"

crates/libs/metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-metadata"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/libs/sys/Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "windows-sys"
4-
version = "0.41.0"
4+
version = "0.42.0"
55
authors = ["Microsoft"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"
@@ -16,40 +16,40 @@ targets = []
1616
all-features = true
1717

1818
[target.i686-pc-windows-msvc.dependencies]
19-
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }
19+
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.42.0" }
2020

2121
[target.i686-uwp-windows-msvc.dependencies]
22-
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }
22+
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.42.0" }
2323

2424
[target.x86_64-pc-windows-msvc.dependencies]
25-
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }
25+
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.42.0" }
2626

2727
[target.x86_64-uwp-windows-msvc.dependencies]
28-
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }
28+
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.42.0" }
2929

3030
[target.aarch64-pc-windows-msvc.dependencies]
31-
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }
31+
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.42.0" }
3232

3333
[target.aarch64-uwp-windows-msvc.dependencies]
34-
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }
34+
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.42.0" }
3535

3636
[target.aarch64-pc-windows-gnullvm.dependencies]
37-
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.41.0" }
37+
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.42.0" }
3838

3939
[target.i686-pc-windows-gnu.dependencies]
40-
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }
40+
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.42.0" }
4141

4242
[target.i686-uwp-windows-gnu.dependencies]
43-
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }
43+
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.42.0" }
4444

4545
[target.x86_64-pc-windows-gnu.dependencies]
46-
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }
46+
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.42.0" }
4747

4848
[target.x86_64-uwp-windows-gnu.dependencies]
49-
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }
49+
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.42.0" }
5050

5151
[target.x86_64-pc-windows-gnullvm.dependencies]
52-
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.41.0" }
52+
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.42.0" }
5353

5454
[features]
5555
default = []

crates/libs/tokens/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows-tokens"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/libs/windows/Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "windows"
4-
version = "0.41.0"
4+
version = "0.42.0"
55
authors = ["Microsoft"]
66
edition = "2018"
77
license = "MIT OR Apache-2.0"
@@ -16,44 +16,44 @@ default-target = "x86_64-pc-windows-msvc"
1616
targets = []
1717

1818
[target.i686-pc-windows-msvc.dependencies]
19-
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }
19+
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.42.0" }
2020

2121
[target.i686-uwp-windows-msvc.dependencies]
22-
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.41.0" }
22+
windows_i686_msvc = { path = "../../targets/i686_msvc", version = "0.42.0" }
2323

2424
[target.x86_64-pc-windows-msvc.dependencies]
25-
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }
25+
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.42.0" }
2626

2727
[target.x86_64-uwp-windows-msvc.dependencies]
28-
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.41.0" }
28+
windows_x86_64_msvc = { path = "../../targets/x86_64_msvc", version = "0.42.0" }
2929

3030
[target.aarch64-pc-windows-msvc.dependencies]
31-
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }
31+
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.42.0" }
3232

3333
[target.aarch64-uwp-windows-msvc.dependencies]
34-
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.41.0" }
34+
windows_aarch64_msvc = { path = "../../targets/aarch64_msvc", version = "0.42.0" }
3535

3636
[target.aarch64-pc-windows-gnullvm.dependencies]
37-
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.41.0" }
37+
windows_aarch64_gnullvm = { path = "../../targets/aarch64_gnullvm", version = "0.42.0" }
3838

3939
[target.i686-pc-windows-gnu.dependencies]
40-
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }
40+
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.42.0" }
4141

4242
[target.i686-uwp-windows-gnu.dependencies]
43-
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.41.0" }
43+
windows_i686_gnu = { path = "../../targets/i686_gnu", version = "0.42.0" }
4444

4545
[target.x86_64-pc-windows-gnu.dependencies]
46-
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }
46+
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.42.0" }
4747

4848
[target.x86_64-uwp-windows-gnu.dependencies]
49-
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.41.0" }
49+
windows_x86_64_gnu = { path = "../../targets/x86_64_gnu", version = "0.42.0" }
5050

5151
[target.x86_64-pc-windows-gnullvm.dependencies]
52-
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.41.0" }
52+
windows_x86_64_gnullvm = { path = "../../targets/x86_64_gnullvm", version = "0.42.0" }
5353

5454
[dependencies]
55-
windows-implement = { path = "../implement", version = "0.41.0", optional = true }
56-
windows-interface = { path = "../interface", version = "0.41.0", optional = true }
55+
windows-implement = { path = "../implement", version = "0.42.0", optional = true }
56+
windows-interface = { path = "../interface", version = "0.42.0", optional = true }
5757

5858
[features]
5959
default = []

crates/targets/aarch64_gnullvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows_aarch64_gnullvm"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/targets/aarch64_msvc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows_aarch64_msvc"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

crates/targets/i686_gnu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windows_i686_gnu"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
authors = ["Microsoft"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)