Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ install-tools:
rustup component add rust-analyzer rust-analysis rust-src rustfmt clippy
rustup toolchain install nightly
rustup component add rustfmt --toolchain nightly
cargo +stable install taplo-cli cargo-nextest
cargo +stable install cargo-deny
cargo +stable install --locked taplo-cli
cargo +stable install --locked cargo-nextest
cargo +stable install --locked cargo-deny

# Check if necessary tools are installed
[private]
Expand Down