Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 
fix: dev container fmt nightly build dependencies (#412)
  • Loading branch information
ankit-pn authored Jan 16, 2024
1 parent ac7f5cd commit 62d9050
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 @@ -92,7 +92,9 @@ su ${USERNAME} -c "$(cat << EOF
rustup update 2>&1
fi
echo "Installing common Rust dependencies..."
rustup component add rls rust-analysis rust-src rustfmt clippy 2>&1
rustup component add rls rust-analysis rust-src clippy 2>&1
rustup toolchain install nightly-2023-09-04
rustup component add rustfmt --toolchain nightly-2023-09-04
EOF
)"

Expand Down

0 comments on commit 62d9050

Please sign in to comment.