What is the current download size (Linux)?

Hello, fellow rustaceans,
I wonder if anyone could tell me the current download size (rustup + rustc/cargo/etc), since, due to a recent move, I'm bound to cellular and my precious mobile bandwidth.
(Tired me rm -rf *'d a part of my home path instead of a sub folder, it "luckily" got slowed down by the amount of rust files (docs) that takes a few seconds to delete, even on a SSD.)

Over 150MiB

info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: latest update on 2019-01-17, rust version 1.32.0 (9fda7c223 2019-01-16)
info: downloading component 'rustc'
 79.5 MiB /  79.5 MiB (100 %)   8.1 MiB/s ETA:   0 s                
info: downloading component 'rust-std'
 54.3 MiB /  54.3 MiB (100 %)   8.1 MiB/s ETA:   0 s                
info: downloading component 'cargo'
  4.4 MiB /   4.4 MiB (100 %)   2.4 MiB/s ETA:   0 s                
info: downloading component 'rust-docs'
  8.5 MiB /   8.5 MiB (100 %)   8.1 MiB/s ETA:   0 s                
info: installing component 'rustc'
info: installing component 'rust-std'
info: installing component 'cargo'
info: installing component 'rust-docs'
info: default toolchain set to 'stable'

  stable installed - rustc 1.32.0 (9fda7c223 2019-01-16)


Rust is installed now. Great!

To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH 
environment variable. Next time you log in this will be done automatically.

To configure your current shell run source $HOME/.cargo/env

2 Likes

Thanks alot, maybe I can fit that in these days.