Skip to content
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

add rust-toolchain file #1

Closed
mike-kfed opened this issue Mar 10, 2021 · 3 comments
Closed

add rust-toolchain file #1

mike-kfed opened this issue Mar 10, 2021 · 3 comments

Comments

@mike-kfed
Copy link

Thanks for the easy to use template! How do you feel about adding a file called rust-toolchain with content

[toolchain]
channel = "nightly-2021-01-07"
components = ["rust-src"]

afterwards simply running cargo build does the trick, and it would help with the current Rahix/avr-hal#124 issue (and generally down the line as AVR support will stay nightly for long)

@HKalbasi
Copy link
Owner

Thank you for this tip! Is it know OK?

@mike-kfed
Copy link
Author

the file needs to be called rust-toolchain not rust-toolchain.toml

once the rename is done this issue can be considered fixed, thanks!

HKalbasi added a commit that referenced this issue Mar 10, 2021
@HKalbasi
Copy link
Owner

I thought it is ok to use .toml when I see rust-lang/rustup#2653 merged

But it is too new :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants