Skip to content

Commit 22bfdef

Browse files
committed
add note about updating dependencies not in Cargo.toml files
1 parent bfd09e5 commit 22bfdef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ cargo run -p tmc-langs-cli help
4040

4141
Format using `cargo fmt`, use `cargo clippy` for linting.
4242

43+
## Updating dependencies
44+
45+
In addition to the dependencies listed in each crate's `Cargo.toml`, the project bundles a few external dependencies such as `tmc-checkstyle-runner`, `tmc-junit-runner` and so on. When updating dependencies, you may want to check whether these projects have been updated.
46+
4347
## Versioning
4448

4549
tmc-langs-rust follows Rust-style semantic versioning, but only for the CLI (tmc-langs-cli). The library crates may go through breaking changes in any release as long as they don't cause any visible changes in functionality to a user of the CLI.

0 commit comments

Comments
 (0)