rust

    [Mac] Rust 설치 (asdf)

    다음에 앞서서 asdf 설치가 되어야합니다 2022.04.06 - [Dev/Basic] - Mac ASDF 설치 (Homebrew) 설치가 되었으면 다음 과정을 따라합니다 # rust plugin 설치 $ asdf plugin-add rust https://github.com/code-lever/asdf-rust.git # rust 설치 $ asdf install rust 1.59.0 # asdf 확인 $ asdf list rust # rust 등록 $ asdf global rust 1.59.0 # rust 버전 확인 $ rustc --version $ cargo --version # asdf current $ asdf current