Skip to content

Commit

Permalink
Use locked dependencies to install cargo-nextest & wasm-pack (#1614)
Browse files Browse the repository at this point in the history
* Use locked dependencies to install cargo-nextest

* Also lock wasm-pack
  • Loading branch information
fmoletta authored Feb 9, 2024
1 parent 2b171c7 commit b28f22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ cargo-deps:
cargo install --version 1.1.0 cargo-criterion
cargo install --version 0.6.1 flamegraph --locked
cargo install --version 1.14.0 hyperfine
cargo install --version 0.9.49 cargo-nextest
cargo install --version 0.9.49 cargo-nextest --locked
cargo install --version 0.5.9 cargo-llvm-cov
cargo install --version 0.12.1 wasm-pack
cargo install --version 0.12.1 wasm-pack --locked

cairo1-run-deps:
cd cairo1-run; make deps
Expand Down

0 comments on commit b28f22d

Please sign in to comment.