-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
rust-toolchain.toml
has no effect on build (?)
#8
Comments
This is strange, do you have a recommendation at this point? Should we make a symlink |
I don't personally need this fixed now as I was only test-building the project, which succeeded once I renamed the file. So unless it is also confirmed by someone else things can stay as they are for now? Or you could preemptively change the filename based on my sole report, it's up to you. Context: My intention is to use the USB host code to advance the embedded USB host stack project. Your impl was suggested by @Dirbaio on Rust + USB matrix channel. Licenses are compatible (GPL3) and if it works, I'll of course add the appropriate credits and links. |
@fralalonde try updating rustup (not rust), I think older rustups didn't take the |
also, would you guys consider licensing the usb host code as Apache+MIT instead? I'm interested to add in host functionality for |
I just reinstalled rustup:
Seems to be the latest, but it's 1+ year old? |
I can change the turboresin's USB host code to Apache+MIT, absolutely. Will do tomorrow. |
The license is updated for the USB host stack to Apache2.0+MIT |
It seems that
rust-toolchain.toml
has no effect on build:make build
fails if the default toolchain is set tostable
. But if renamed torust-toolchain
(without extension) then it works as expected: the specified nightly version gets downloaded and is used for the build.I don't know why that is since the doc says both file names should work.
(env: Arch Linux, manually installed rustup)
The text was updated successfully, but these errors were encountered: