Last active
July 29, 2016 17:57
-
-
Save jimmycuadra/ea4bc84545c3444ec47aa67ba1d18e65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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