Skip to content

Commit 1c1e563

Browse files
authored
Update cppwinrt crate to 2.0.250303.1 (#3619)
1 parent f8e2899 commit 1c1e563

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

crates/libs/cppwinrt/cppwinrt.exe

16.1 KB
Binary file not shown.

crates/libs/cppwinrt/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Source:
2323

2424
* <https://github.com/microsoft/cppwinrt>
2525
* <https://www.nuget.org/packages/microsoft.windows.cppwinrt>
26-
* Version 2.0.240405.15
26+
* Version 2.0.250303.1

crates/libs/cppwinrt/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ mod tests {
7171
#[test]
7272
fn unexpected_version() {
7373
let ok = cppwinrt(["-help"]);
74-
assert!(ok.contains("2.0.240405.15"), "unexpected version");
74+
assert!(ok.contains("2.0.250303.1"), "unexpected version");
7575
}
7676
}

0 commit comments

Comments
 (0)