Hi everyone, there is a new release of rustup
staged on our dev environment and in need of testing.
You can find the changelog here: https://github.com/rust-lang/rustup/blob/stable/CHANGELOG.md
If you are prepared to test it, then if you have an existing install you can do:
env RUSTUP_UPDATE_ROOT=https://dev-static.rust-lang.org/rustup rustup self update
If you want to try in a fresh VM or user, in order to not risk your current setup, you can run:
curl --proto '=https' --tlsv1.2 -sSf https://dev-static.rust-lang.org/rustup/rustup-init.sh | env RUSTUP_UPDATE_ROOT=https://dev-static.rust-lang.org/rustup sh -
I'm interested in knowing if any of the new functionality seems to misbehave for anyone.
If you are using Illumos or arm64 macos then I'd very much appreciate an indication of whether or not things seem okay since they are new platforms for us.
Finally if you're a windows user, I'd appreciate an indication that I've not broken anything. I've tried my best to do testing on Windows when I can, but I'm not a native of that platform. I'm also unsure how to set the environment variable on Windows, so if a native user could comment with how to do it I'd appreciate that for others to use.
Thanks to anyone who can lend a hand to help.
Daniel.