Skip to content

Instantly share code, notes, and snippets.

@jimmycuadra
Last active July 29, 2016 17:57
Show Gist options
  • Save jimmycuadra/ea4bc84545c3444ec47aa67ba1d18e65 to your computer and use it in GitHub Desktop.
Save jimmycuadra/ea4bc84545c3444ec47aa67ba1d18e65 to your computer and use it in GitHub Desktop.
$ rustup --verbose update nightly
verbose: read metadata version: '12'
verbose: updating existing install for 'nightly-x86_64-apple-darwin'
verbose: toolchain directory: '/Users/redacted/.multirust/toolchains/nightly-x86_64-apple-darwin'
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
verbose: creating temp file: /Users/redacted/.multirust/tmp/x1jysmg0eexmb81g_file
verbose: downloading file from: 'https://static.rust-lang.org/dist/channel-rust-nightly.toml.sha256'
verbose: downloading with curl
verbose: deleted temp file: /Users/redacted/.multirust/tmp/x1jysmg0eexmb81g_file
verbose: toolchain is already up to date
nightly-x86_64-apple-darwin unchanged - rustc 1.12.0-nightly (feeca9457 2016-07-26)
$ rustup --verbose update nightly
verbose: read metadata version: '12'
verbose: updating existing install for 'nightly-x86_64-apple-darwin'
verbose: toolchain directory: '/Users/redacted/.multirust/toolchains/nightly-x86_64-apple-darwin'
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
verbose: creating temp file: /Users/redacted/.multirust/tmp/_seaw9zr_tozxij9_file
verbose: downloading file from: 'https://static.rust-lang.org/dist/channel-rust-nightly.toml.sha256'
verbose: downloading with curl
verbose: deleted temp file: /Users/redacted/.multirust/tmp/_seaw9zr_tozxij9_file
verbose: no update hash at: '/Users/redacted/.multirust/update-hashes/nightly-x86_64-apple-darwin'
verbose: creating temp file: /Users/redacted/.multirust/tmp/5lfz7timfsnfztkp_file.toml
verbose: downloading file from: 'https://static.rust-lang.org/dist/channel-rust-nightly.toml'
verbose: downloading with curl
verbose: checksum passed
verbose: deleted temp file: /Users/redacted/.multirust/tmp/5lfz7timfsnfztkp_file.toml
verbose: toolchain is already up to date
nightly-x86_64-apple-darwin unchanged - rustc 1.12.0-nightly (feeca9457 2016-07-26)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment