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 overwriting alternate registry token #7708

Merged
merged 6 commits into from Dec 17, 2019

Commits on Dec 13, 2019

  1. Fix overwriting alternate registry token

    When executing `cargo login`, 2nd alternate registry token overwrites
    1st alternate registry token.
    
    Fixes rust-lang#7701.
    giraffate committed Dec 13, 2019
    Copy the full SHA
    6cbde6e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Refactoring

    giraffate committed Dec 14, 2019
    Copy the full SHA
    a718ed6 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Remove unneeded flags

    giraffate committed Dec 16, 2019
    Copy the full SHA
    75d06de View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Append registries to config

    giraffate committed Dec 17, 2019
    Copy the full SHA
    2a4d1dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3613999 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b7bc069 View commit details
    Browse the repository at this point in the history