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

Update version of cc crate #122498

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Commits on Mar 14, 2024

  1. Update version of cc crate

    Reason:
    
    In order to build the Windows version of the Rust toolchain for the Android platform, the following patch to the cc is crate is required to avoid incorrectly determining that we are building with the Android NDK: rust-lang/cc-rs@57853c4
    
    This patch is present in version 1.0.80 and newer versions of the cc crate. The rustc source distribution currently has 3 different versions of cc in the vendor directory, only one of which has the necessary fix.
    
    We (the Android Rust toolchain) are currently maintaining local patches to upgrade the cc crate dependency versions, which we would like to upstream.
    jfgoog committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2190431 View commit details
    Browse the repository at this point in the history