Revision control

Copy as Markdown

Other Tools

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Other
- simplify conditional logic using `then` method ([#1860](https://github.com/rust-lang/cc-rs/pull/1860))
### Other
- Update MSRV to 1.65 ([#1834](https://github.com/rust-lang/cc-rs/pull/1834))
### Other
- Update edition to 2021 ([#1811](https://github.com/rust-lang/cc-rs/pull/1811))
- Update MSRV to 1.64 ([#1808](https://github.com/rust-lang/cc-rs/pull/1808))
### Other
- Add `find_windows_sdk` API ([#1663](https://github.com/rust-lang/cc-rs/pull/1663))
### Other
- Regenerate windows sys bindings ([#1653](https://github.com/rust-lang/cc-rs/pull/1653))
### Other
- Fix tool existence check in find_tool method ([#1645](https://github.com/rust-lang/cc-rs/pull/1645))
- Fix SdkInfo::find_tool to check for executable extension ([#1644](https://github.com/rust-lang/cc-rs/pull/1644))
### Other
- Update Readmes ([#1641](https://github.com/rust-lang/cc-rs/pull/1641))
### Other
- Add Visual Studio 2026 support ([#1609](https://github.com/rust-lang/cc-rs/pull/1609))
### Other
- Allow using VCToolsVersion to request a specific msvc version ([#1589](https://github.com/rust-lang/cc-rs/pull/1589))
- Regenerate windows sys bindings ([#1591](https://github.com/rust-lang/cc-rs/pull/1591))
### Other
- Regenerate windows sys bindings ([#1572](https://github.com/rust-lang/cc-rs/pull/1572))
### Other
- [win] Search the Windows SDK for tools as well ([#1553](https://github.com/rust-lang/cc-rs/pull/1553))
### Other
- Regenerate windows sys bindings ([#1548](https://github.com/rust-lang/cc-rs/pull/1548))
- Add fn get_ucrt_dir for find-msvc-tools ([#1546](https://github.com/rust-lang/cc-rs/pull/1546))