asdf-rust
asdf-rust copied to clipboard
does not update the actual package
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)