Skip to content

Commit

Permalink
suggest cargo install --locked cargo-insta
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal-b committed Mar 27, 2024
1 parent 72aea47 commit 5de3e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ test's correct answer is maintained via the [Insta testing framework](https://in

Insta recommends installing the `cargo-insta` tool for an improved review experience:
```
cargo install cargo-insta
cargo install --locked cargo-insta
```

You can run the tests normally with `cargo test`, but it's often more convenient
Expand Down

0 comments on commit 5de3e63

Please sign in to comment.