asdf-rust icon indicating copy to clipboard operation
asdf-rust copied to clipboard

Rust plugin for the asdf version manager

Results 6 asdf-rust issues
Sort by recently updated
recently updated
newest added

Please add config for default registry, which install in new version of Rust with Cargo and reshim with asdf Thanks

First, ty for this plugin. Looking at some of the other language plugins (python, nodejs), they provide env variables similar to `ASDF_CRATE_DEFAULT_PACKAGES_FILE`: * [ ASDF_PYTHON_DEFAULT_PACKAGES_FILE](https://github.com/danhper/asdf-python/blob/master/bin/install#L34) * [ ASDF_NPM_DEFAULT_PACKAGES_FILE](https://github.com/asdf-vm/asdf-nodejs/blob/master/bin/install#L332) In each...

On Raspberry PI4 with Raspbian i get error: no override and no default toolchain set no matter what rust version installed I got asdf installed system wide on /opt/asdf with...

atm `stable` is `1.30.1` . It would be nice if `stable` built the current stable version, and then created 'stable' as a symlink or similar. This might also be something...

After doing something like `cargo install bat`, I expect `bat` to be available in my `$PATH`, but I have to run `asdf reshim rust` first. Is this something that can...

I used asdf update to install the latest version of rust and it got shown in asdf as 1.63. When calling cargo/rustc, these commands reported version 1.56. I did a...