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

does not update the actual package

Open jankatins opened this issue 2 years ago • 0 comments

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)

jankatins avatar Jan 12 '23 21:01 jankatins