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
In the `install_rust()` method, add a parameter that let us choose if
the Rust version to install is a nightly one or not.
Example :
```python
install_rust(
builder=builder,
nightly=True,
)
```
Signed-off-by: Attilio <[email protected]>
0 commit comments