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

cargo update #113046

Merged
merged 4 commits into from
Jul 2, 2023
Merged

cargo update #113046

merged 4 commits into from
Jul 2, 2023

Commits on Jul 2, 2023

  1. cargo update

    Additional deps:
    equivalent: indexmap
    nu-ansi-term: tracing
    overload: nu-ansi-term
    Noratrieb committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    3295cdf View commit details
    Browse the repository at this point in the history
  2. Downgrade tracing and syn

    There's currently a deadlock with tracing when RUSTC_LOG is enabled.
    Downgrade tracing-core for now to avoid blocking the other updates.
    
    syns upgrades cause some nontrivial changes in the diagnostics derive tests,
    which are best dealt with in another PR.
    Noratrieb committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    171be8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd49b1d View commit details
    Browse the repository at this point in the history
  4. downgrade compiler_builtins

    The outline-atomics support in compiler_builtins messed up and wasn't limited to linux only.
    https://github.com/rust-lang/compiler-builtins/pull/532/files#r1249354225
    Noratrieb committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    1e5d8fb View commit details
    Browse the repository at this point in the history