asdf-community / asdf-rust

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

does not update the actual package #22

Open jankatins opened 1 year ago

jankatins commented 1 year ago

After updating via asdf rust install latest, the actual binaries are not updated, despite showing the new version in the path:

λ  asdf install rust latest
rust 1.66.1 is already installed

λ  asdf global rust "$(asdf latest rust)"

λ  which rustc
/Users/jankatins/.asdf/installs/rust/1.66.1/bin/rustc

λ  /Users/jankatins/.asdf/installs/rust/1.66.1/bin/rustc --version
rustc 1.64.0 (a55dd71d5 2022-09-19)