File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " windows-bindgen"
3- version = " 0.43 .0"
3+ version = " 0.44 .0"
44authors = [" Microsoft" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
@@ -12,5 +12,5 @@ default-target = "x86_64-pc-windows-msvc"
1212targets = []
1313
1414[dependencies ]
15- tokens = { package = " windows-tokens" , path = " ../tokens" , version = " 0.43 .0" }
16- metadata = { package = " windows-metadata" , path = " ../metadata" , version = " 0.43 .0" }
15+ tokens = { package = " windows-tokens" , path = " ../tokens" , version = " 0.44 .0" }
16+ metadata = { package = " windows-metadata" , path = " ../metadata" , version = " 0.44 .0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " windows-implement"
3- version = " 0.43 .0"
3+ version = " 0.44 .0"
44authors = [" Microsoft" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " windows-interface"
3- version = " 0.43 .0"
3+ version = " 0.44 .0"
44edition = " 2018"
55authors = [" Microsoft" ]
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " windows-metadata"
3- version = " 0.43 .0"
3+ version = " 0.44 .0"
44authors = [" Microsoft" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11
22[package ]
33name = " windows-sys"
4- version = " 0.43 .0"
4+ version = " 0.42 .0"
55authors = [" Microsoft" ]
66edition = " 2018"
77license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " windows-tokens"
3- version = " 0.43 .0"
3+ version = " 0.44 .0"
44authors = [" Microsoft" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11
22[package ]
33name = " windows"
4- version = " 0.43 .0"
4+ version = " 0.44 .0"
55authors = [" Microsoft" ]
66edition = " 2018"
77license = " MIT OR Apache-2.0"
@@ -19,8 +19,8 @@ targets = []
1919windows-targets = { path = " ../targets" , version = " 0.42.1" }
2020
2121[dependencies ]
22- windows-implement = { path = " ../implement" , version = " 0.43 .0" , optional = true }
23- windows-interface = { path = " ../interface" , version = " 0.43 .0" , optional = true }
22+ windows-implement = { path = " ../implement" , version = " 0.44 .0" , optional = true }
23+ windows-interface = { path = " ../interface" , version = " 0.44 .0" , optional = true }
2424
2525[features ]
2626default = []
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ fn main() {
7373 r#"
7474[package]
7575name = "windows-sys"
76- version = "0.43 .0"
76+ version = "0.42 .0"
7777authors = ["Microsoft"]
7878edition = "2018"
7979license = "MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ fn main() {
4242 r#"
4343[package]
4444name = "windows"
45- version = "0.43 .0"
45+ version = "0.44 .0"
4646authors = ["Microsoft"]
4747edition = "2018"
4848license = "MIT OR Apache-2.0"
@@ -60,8 +60,8 @@ targets = []
6060windows-targets = { path = "../targets", version = "0.42.1" }
6161
6262[dependencies]
63- windows-implement = { path = "../implement", version = "0.43 .0", optional = true }
64- windows-interface = { path = "../interface", version = "0.43 .0", optional = true }
63+ windows-implement = { path = "../implement", version = "0.44 .0", optional = true }
64+ windows-interface = { path = "../interface", version = "0.44 .0", optional = true }
6565
6666[features]
6767default = []
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ The [windows](https://crates.io/crates/windows) and [windows-sys](https://crates
77 * [ windows] ( https://microsoft.github.io/windows-docs-rs/ )
88 * [ windows-sys] ( https://docs.rs/windows-sys )
99* [ Frequently Asked Questions] ( https://github.com/microsoft/windows-rs/tree/master/docs/FAQ.md )
10- * [ Samples] ( https://github.com/microsoft/windows-rs/tree/0.43 .0/crates/samples )
10+ * [ Samples] ( https://github.com/microsoft/windows-rs/tree/0.44 .0/crates/samples )
1111* [ Changelog] ( https://github.com/microsoft/windows-rs/releases )
1212
1313Start by adding the following to your Cargo.toml file:
1414
1515``` toml
1616[dependencies .windows ]
17- version = " 0.43 .0"
17+ version = " 0.44 .0"
1818features = [
1919 " Data_Xml_Dom" ,
2020 " Win32_Foundation" ,
@@ -62,7 +62,7 @@ Start by adding the following to your Cargo.toml file:
6262
6363``` toml
6464[dependencies .windows-sys ]
65- version = " 0.43 .0"
65+ version = " 0.42 .0"
6666features = [
6767 " Win32_Foundation" ,
6868 " Win32_Security" ,
You can’t perform that action at this time.
0 commit comments