Skip to content

Instantly share code, notes, and snippets.

@CdTCzech
Last active February 20, 2020 11:04
Show Gist options
  • Select an option

  • Save CdTCzech/b2e743fca4f85bfc4213384212c46e1a to your computer and use it in GitHub Desktop.

Select an option

Save CdTCzech/b2e743fca4f85bfc4213384212c46e1a to your computer and use it in GitHub Desktop.
Update rust and rust-analyzer (requires git, rustup and npm)
rustup update
pushd book
git pull
popd
pushd rust
git pull
popd
pushd rust-clippy
git pull
popd
pushd rustfmt
git pull
popd
pushd rust-analyzer
git pull
cargo xtask install
popd
pushd advent_of_code_2019
git pull
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment