Skip to content

Commit 74ca249

Browse files
authored
Update Windows dependencies (#28)
1 parent 62849f0 commit 74ca249

File tree

7 files changed

+23027
-13055
lines changed

7 files changed

+23027
-13055
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ exclude = [".github", ".metadata", "docs", "tests"]
1313
members = ["crates/samples/*"]
1414

1515
[dependencies.windows]
16-
version = "0.58"
16+
version = "0.59"
1717
features = [
18-
"implement",
1918
"Win32_System_Variant",
2019
"Win32_System_LibraryLoader",
2120
"Win32_System_Com_StructuredStorage",
2221
"Win32_System_Ole",
2322
]
2423

2524
[dependencies.windows-core]
26-
version = "0.58"
25+
version = "0.59"
2726

2827
[build-dependencies.windows-bindgen]
29-
version = "0.58"
28+
version = "0.59"

build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ fn main() {
44

55
windows_bindgen::bindgen([
66
"--in",
7+
"default",
78
".windows/winmd/Microsoft.Dia.winmd",
89
"--out",
910
"src/bindings.rs",
1011
"--filter",
1112
"Microsoft.Dia",
12-
])
13-
.unwrap();
13+
]);
1414
}

crates/samples/checksum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies.windows]
8-
version = "0.58"
8+
version = "0.59"
99

1010
[dependencies.microsoft-dia]
1111
path = "../../../"

crates/samples/functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies.windows]
8-
version = "0.58"
8+
version = "0.59"
99

1010
[dependencies.microsoft-dia]
1111
path = "../../../"

0 commit comments

Comments
 (0)