-
Notifications
You must be signed in to change notification settings - Fork 78
doc: update GitHub developers setup guide #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Thanks for the patch. If you are in the If you try that, what fails? I just tried it on my windows machine with a fresh rustup (rustup 1.28.1) and the first time I ran |
@ndmitchell Thank you for the swift follow up< Here's a copy of my command run for Mac, ![]() error: the 'cargo' binary, normally provided by the 'cargo' component, is not applicable to the 'nightly-2025-02-16-aarch64-apple-darwin' toolchain |
Moving to my Mac, I removed all toolchains from
In a different directory, in order to not be effected by the rust-toolchain file, I ran:
Showing that it does change cargo and my versions. Can you try the |
I think the issue here might be that if you get |
Not at all, it was from rustup. |
I uninstalled the entire Rust toolchain the other day, and I haven't re-run the project since. I'll check back when I do |
What is in this PR?