Skip to content

Commit df18aa0

Browse files
committed
Updated readmes
1 parent 1ab5da5 commit df18aa0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Install Rust according to https://www.rust-lang.org/tools/install
44

5-
Install [zstd](https://github.com/facebook/zstd). For example, on Ubuntu you need the package `libzstd1`. For Windows, download the appropriate archive from the [releases](https://github.com/facebook/zstd/releases), extract it and add the extracted directory to your PATH.
5+
Install [zstd 1.4.9](https://github.com/facebook/zstd). For example, on Ubuntu you need the package `libzstd1`. For Windows, download the appropriate archive from the [releases](https://github.com/facebook/zstd/releases), extract it and add the extracted directory to your PATH.
66

77
Install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
88

@@ -12,7 +12,7 @@ Install [OpenJDK 11](https://openjdk.java.net/install/index.html) (other version
1212

1313
Install [.NET 5.0](https://dotnet.microsoft.com/download)
1414

15-
Install [check 0.15](https://libcheck.github.io/check/)
15+
Install [check](https://libcheck.github.io/check/) (works with at least 0.14 and 0.15)
1616

1717
Install [R](https://www.r-project.org/), [devtools](https://devtools.r-lib.org/) with `install.packages("devtools")` and [tmc-r-tester](https://github.com/testmycode/tmc-rstudio) with `devtools::install_github("testmycode/tmc-r-tester/tmcRtestrunner", build = FALSE)`
1818

@@ -42,9 +42,8 @@ In addition to the dependencies listed in each crate's `Cargo.toml`, the project
4242

4343
## Versioning
4444

45-
tmc-langs-rust follows Rust-style semantic versioning, but only for the `tmc-langs-cli` and `tmc-langs` crates. Other crates are considered internal and may go through breaking changes in any release as long as the public API is unaffected.
45+
tmc-langs-rust follows Rust-style semantic versioning, but only for the `tmc-langs-cli` and `tmc-langs` crates. Other crates are considered internal and may go through breaking changes in any release as long as the public API is unaffected. Try to keep the version in `tmc-langs-cli`'s `Cargo.toml` up to date so that CLI's help message contains the right version.
4646

4747
## Licensing
4848

49-
Unless you explicitly state otherwise, any contribution intentionally submitted
50-
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
49+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)