We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
When doing an update it shows times like this: 1.9 MiB / 8.5 MiB ( 22 %) 52.8 KiB/s ETA: 2.1394449869791665 min 8.36669921875 s
Surely this should be more like "2min 8sec"?
Steps
rustup update stable on Windows 7-64
Possible Solution(s)
Notes
Output of rustup --version: rustup 1.17.0 (069c88e 2019-03-05) Output of rustup show: V:>rustup show Default host: x86_64-pc-windows-msvc
rustup --version
rustup show
stable-x86_64-pc-windows-msvc (default) rustc 1.33.0 (2aa4c46cf 2019-02-28)
The text was updated successfully, but these errors were encountered:
Fixed in #1699
Sorry, something went wrong.
No branches or pull requests
Problem
When doing an update it shows times like this:
1.9 MiB / 8.5 MiB ( 22 %) 52.8 KiB/s ETA: 2.1394449869791665 min 8.36669921875 s
Surely this should be more like "2min 8sec"?
Steps
rustup update stable on Windows 7-64
Possible Solution(s)
Notes
Output of
rustup --version
: rustup 1.17.0 (069c88e 2019-03-05)Output of
rustup show
:V:>rustup show
Default host: x86_64-pc-windows-msvc
stable-x86_64-pc-windows-msvc (default)
rustc 1.33.0 (2aa4c46cf 2019-02-28)
The text was updated successfully, but these errors were encountered: