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

crate download: don't print that a crate was the largest download if it was the only download #6916

Merged
merged 2 commits into from
May 8, 2019

Commits on May 7, 2019

  1. run cargo fmt --all

    matthiaskrgr committed May 7, 2019
    Configuration menu
    Copy the full SHA
    b48ae60 View commit details
    Browse the repository at this point in the history
  2. crate download: don't print that a crate was the largest download if …

    …it was the only download
    
    before:
    
        Updating crates.io index
      Downloaded procs v0.8.4
      Downloaded 1 crates (1.1 MB) in 2.90s (largest was `procs` at 1.1 MB)
      Installing procs v0.8.4
    
    after:
    
        Updating crates.io index
      Downloaded procs v0.8.4
      Downloaded 1 crates (1.1 MB) in 1.50s
      Installing procs v0.8.4
    matthiaskrgr committed May 7, 2019
    Configuration menu
    Copy the full SHA
    a7d7821 View commit details
    Browse the repository at this point in the history