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

Bump autocfg to 1.1.0 #94494

Merged
merged 1 commit into from
Mar 4, 2022
Merged

Bump autocfg to 1.1.0 #94494

merged 1 commit into from
Mar 4, 2022

Commits on Mar 1, 2022

  1. Bump autocfg to 1.1.0

    autocfg 1.1.0 makes it so that rustflags from the build are correctly
    passed to the compiler probes, which in turn means those probes more
    accurately reflect the outer build conditions. This is particularly
    important if rustflags includes _required_ `-Clink-arg=` flags without
    which builds will fail, as older versions of `autocfg` will then fail
    the probe and erroneously report the probed feature as unavailable.
    
    See also
    rust-lang#94007 (comment)
    Jon Gjengset committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    b83a48d View commit details
    Browse the repository at this point in the history