Bump MSRV and rust-toolchain version (#14303)

## Summary

Per our versioning policy, we stay two versions back (and 1.88 was
released today).
This commit is contained in:
Charlie Marsh
2025-06-27 10:27:45 -04:00
committed by GitHub
parent efc361223c
commit 56266447e2
9 changed files with 11 additions and 103 deletions
+1 -1
View File
@@ -1433,7 +1433,7 @@ pub(crate) fn is_windows_store_shim(path: &Path) -> bool {
0,
buf.as_mut_ptr().cast(),
buf.len() as u32 * 2,
&mut bytes_returned,
&raw mut bytes_returned,
std::ptr::null_mut(),
) != 0
};