You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great to be able to use Fenix to use custom rust toolchains such as esp-rs/rust. It's currently not clear how to go about doing this, or if it's even possible at all.
The text was updated successfully, but these errors were encountered:
Okay so I sort of found a solution to this by taking the existing stable manifest and then merging a partial manifest of the custom toolchain over the top of it. In my case my partial manifest replaced the URLs and hashes for rust and rust-src:
I'm very interested in this. I tried your approach above @srounce and, while it mostly worked, I had some minor issues that prevented a smooth experience (tried this from aarch64-darwin). I can try to elaborate later on the specific issue I had but it would be great to know if there's a recommended way of achieving this.
It'd be great to be able to use Fenix to use custom rust toolchains such as esp-rs/rust. It's currently not clear how to go about doing this, or if it's even possible at all.
The text was updated successfully, but these errors were encountered: