feat: adds rust-toolchain.toml#9435
Conversation
|
Does the toolchain file also support a plain "stable" channel. I already hear the screams when we raise our msrv too high x) |
@FabianLars yeah: https://rust-lang.github.io/rustup/overrides.html#channel |
|
then i'd be heavily in favor of using that instead of a specific number. imo we have too many users that have no idea about cargo/rustup etc and don't want to learn about it either. For those who do know about it, they can just modify/remove the file... |
|
maybe i'm missing the point.. isn't the idea that we can automate updating the toolchain version easily? |
|
using |
Ah yeah maybe, hoped that it'd just auto update lol.
Then we should wait with this PR until we have the automation in place. |
Reflects the proposed update to create-tauri-app: tauri-apps/create-tauri-app#664