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
You can use the nightly build by setting the rust version to `nightly`. However, in order to update the nightly version you'll need to remove the current nightly version and install it again:
18
+
19
+
```shell
20
+
asdf uninstall rust nightly
21
+
asdf install rust nightly
22
+
```
23
+
15
24
## Usage
16
25
17
26
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to
0 commit comments