Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpin cc and upgrade to the latest version #131070

Merged
merged 1 commit into from
Oct 2, 2024

Commits on Sep 30, 2024

  1. Unpin cc and upgrade to the latest version

    `cc` was previously pinned because version 1.1.106 dropped support for
    Visual Studio 12 (2013), and we wanted to decouple that from the rest of
    the automated updates. As noted in [2], there is no longer anything
    indicating we support VS2013, so it should be okay to unpin it.
    
    `cc` 1.1.22 contains a fix that may help improve the high MSVC CI
    failure rate [3], so we also have motivation to update to that point.
    
    [1]: rust-lang#129307
    [2]: rust-lang#129307 (comment)
    [3]: rust-lang#127883
    tgross35 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eaaa943 View commit details
    Browse the repository at this point in the history