-
Notifications
You must be signed in to change notification settings - Fork 180
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
Contradiction regarding rust version? #110
Comments
There's a similar oddity in that |
I feel these are likely just oversights not sure what's the best way to address them as I think they are already a bit overloaded with PRs |
For me, running So I think you need the latest version to install |
I'm facing the same confusion. I was also wondering if this causes my IDE (VS Codium) to not properly initialize the rust-analyzer:
Any ideas about how to solve this or if this is even related? |
Yes that problem is caused by using the different version of rust. Just remove the |
In the Testing Locally section of the readme, it says
but the repo also includes a toolchain file. Wouldn't that mean that running
rustup update
wouldn't matter?The text was updated successfully, but these errors were encountered: