Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Install correct binstall crate #4635

Merged
merged 1 commit into from
Jun 30, 2023
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
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ alias r := ready

# Installs the tools needed to develop with Rome
install-tools:
cargo install binstall
cargo install cargo-binstall
cargo binstall cargo-insta cargo-nextest taplo-cli wasm-pack

# Upgrades the tools needed to develop with Rome
upgrade-tools:
cargo install binstall --force
cargo install cargo-binstall --force
cargo binstall cargo-insta cargo-nextest taplo-cli wasm-pack --force

# Generate all files across crates and tools. You rarely want to use it locally.
Expand Down