Rust 1.7 prerelease testing

1.7 binaries are up here. I’ve done a smoke test on Linux. If you have a few minutes, please test for your platform of choice and report back. Thanks!

Test rustup.sh with

curl -sSf https://static.rust-lang.org/rustup.sh | RUSTUP_DIST_SERVER=https://static.rust-lang.org/dist/staging sh

or multirust.sh with

RUSTUP_DIST_SERVER=https://static.rust-lang.org/dist/staging multirust update stable

or multirust-rs with

MULTIRUST_DIST_ROOT=https://static.rust-lang.org/dist/staging/dist multirust update stable

Installed just great here!

Thanks for testing.

Installs on OSX 10.10.5 using multirust.sh and successfully compiled and ran hello world.

LGTM (also OS X, multirust.sh, compile some of my crates)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.