How to change rust version?
artyuicraft
TRIALOP

2 years ago

i need to have a nightly build of rust but it doesnt allow me to do that with cargo and rustup does not exist.

7 Replies

artyuicraft
TRIALOP

2 years ago

N/A


2 years ago

Did u try creating a rust-toolchain.toml

and adding to it?

[toolchain]
channel = "nightly"```


2 years ago

nightly versions are set in this file instead of cargo


artyuicraft
TRIALOP

2 years ago

yes i did but it doesnt work


2 years ago

Then i'm afraid you can't do that with Nixpacks



2 years ago

which is weird 'cause the rust-toolchain.toml file is mentioned in the docs


Welcome!

Sign in to your Railway account to join the conversation.

Loading...