We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cppwinrt
1 parent f8e2899 commit 1c1e563Copy full SHA for 1c1e563
crates/libs/cppwinrt/cppwinrt.exe
16.1 KB
crates/libs/cppwinrt/readme.md
@@ -23,4 +23,4 @@ Source:
23
24
* <https://github.com/microsoft/cppwinrt>
25
* <https://www.nuget.org/packages/microsoft.windows.cppwinrt>
26
-* Version 2.0.240405.15
+* Version 2.0.250303.1
crates/libs/cppwinrt/src/lib.rs
@@ -71,6 +71,6 @@ mod tests {
71
#[test]
72
fn unexpected_version() {
73
let ok = cppwinrt(["-help"]);
74
- assert!(ok.contains("2.0.240405.15"), "unexpected version");
+ assert!(ok.contains("2.0.250303.1"), "unexpected version");
75
}
76
0 commit comments