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

fix: support IPv6-only network for cargo fix #13907

Merged
merged 1 commit into from
May 20, 2024
Merged

Commits on May 12, 2024

  1. fix: support IPv6-only network for cargo fix

    To coordinate diagnositcs between different cargo-as-rustc-proxies,
    `cargo fix` launches a diagnostc server on localhost.
    However, the TCP server was hard-coded with an IPv4 address 127.0.0.1,
    which didn't work with IPv6-only network.
    
    This commit fixes the issue by attempting to bind both IPv6 and IPv6
    localhost addessses.
    weihanglo committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ced58bf View commit details
    Browse the repository at this point in the history