Skip to content

Commit e84d454

Browse files
committed
review: add reference to the bazelisk tool.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 2dc33dc commit e84d454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Individual tests can be executed using `-j` and `--matrix` parameters, e.g.:
1717

1818
## Updating Bazel dependencies
1919

20-
When adding and/or updating Cargo dependencies, the existing Bazel `BUILD` files
21-
must be regenerated to match the updated `Cargo.toml`:
20+
When adding or updating Cargo dependencies, the existing Bazel `BUILD` files
21+
must be regenerated using the [`bazelisk`] tool:
2222

2323
```sh
2424
bazelisk run //bazel/cargo:crates_vendor -- --repin all

0 commit comments

Comments
 (0)