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

chore: update MSRVs from 1.42 to 1.49 #1913

Merged
merged 1 commit into from
Feb 7, 2022
Merged

chore: update MSRVs from 1.42 to 1.49 #1913

merged 1 commit into from
Feb 7, 2022

Commits on Feb 7, 2022

  1. chore: update MSRVs from 1.42 to 1.49

    This updates all crates' MSRVs to 1.49 if they were not already greater
    than that (`tracing-appender` is at 1.53). Rust 1.49+ is required to
    update `parking_lot` to v0.12 (see #1878). Also, `futures-task` (which I
    believe is only needed as a transitive dep) now needs 1.45+, so this
    also fixes our CI build.
    
    In the process, I removed deprecated uses of
    `core::atomic::spin_loop_hint`, which is replaced with
    `core::hint::spin_loop` in 1.49.
    hawkw committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0012970 View commit details
    Browse the repository at this point in the history