asdf-community / asdf-rust

Rust plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
96 stars 16 forks source link

Support for nightly versions #20

Open itsezc opened 1 year ago

itsezc commented 1 year ago

Alot of rustaceans use nightly versions of Rust, as such it would be useful to implement a nightly tag for it.

tudborg commented 10 months ago

Due to how the install is implemented https://github.com/asdf-community/asdf-rust/blob/843601293ec23fd294da8d6d5ecff9bc94832c17/bin/install You can actually just specify nightly as a version and it will go and grab the current nightly dist.

To "update" the nightly, you'll have to first remove the current nightly and then install it again.