crank
crank copied to clipboard
Fix simulator builds by adding +nightly
Thanks! 👍 But what if user hasn't rustup, but just nightly toolchain? This for example.
I don’t use rustup and adding +nightly causes errors for me.
It would be great if this could do something like check for the presence of rustup or be configured via an environment variable.
Rustup existence can be determined by env var, yes. Example.
Maybe just call crank so cargo +nightly crank? I'm not sure now, but if there cargo executable determined by CARGO env, it could fix this. 🤷🏻♂️