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

Several updates to token/index handling. #7973

Merged
merged 5 commits into from
Apr 20, 2020
Merged

Commits on Apr 19, 2020

  1. Configuration menu
    Copy the full SHA
    7956f03 View commit details
    Browse the repository at this point in the history
  2. Make setting registry.index a hard error.

    This has been deprecated for 4 years. This helps simplify this code.
    ehuss committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    9d00f9f View commit details
    Browse the repository at this point in the history
  3. Don't allow both --index and --registry to be specified at the same t…

    …ime.
    
    Otherwise --index was being silently ignored.
    ehuss committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    2599071 View commit details
    Browse the repository at this point in the history
  4. Do not implicitly load registry.token with --index.

    The intent is to avoid leaking the crates.io token to other servers.
    ehuss committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    b4c3740 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65274ea View commit details
    Browse the repository at this point in the history