Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 authored Dec 23, 2022
1 parent 0b819cf commit 33bdeda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/library-scripts/rust-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ fi
echo "Installing common Rust dependencies..."
rustup component add rls rust-analysis rust-src rustfmt clippy 2>&1
cargo install cargo-quickinstall 2>&1
cargo quickinstall cargo-release cargo-deb cargo-insta 2>&1
cargo quickinstall cargo-release 2>&1
cargo quickinstall cargo-deb 2>&1
cargo quickinstall cargo-insta 2>&1

# Add CARGO_HOME, RUSTUP_HOME and bin directory into bashrc/zshrc files (unless disabled)
updaterc "$(cat << EOF
Expand Down

0 comments on commit 33bdeda

Please sign in to comment.