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

Commit

Permalink
Install correct binstall crate
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Jun 30, 2023
1 parent 90111a0 commit 1e5ec93
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 1e5ec93

Please sign in to comment.