Skip to content

Commit

Permalink
Fix #23.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm authored Feb 16, 2018
1 parent 9b5dfab commit 0bb3884
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ shipping v25 or v11, so you will need to build from source.
Please follow the instruction in <https://users.rust-lang.org/t/650>. **`cargo-kcov` requires v30 or
above** since earlier versions of kcov do not report its version number.

cargo-kcov requires Rust 1.16.0 or above (to use the `--message-format` flag for cargo and `--all`
flag for cargo test).
cargo-kcov requires Rust 1.16.0 or above (to use `--all` flag for cargo test).

Install
-------
Expand Down Expand Up @@ -87,4 +86,4 @@ Options

ARGS:
<KCOV-ARGS>... Further arguments passed to kcov. If empty, the default arguments
`--verify --exclude-pattern=$CARGO_HOME` will be passed to kcov.
`--verify --exclude-pattern=$CARGO_HOME` will be passed to kcov.

0 comments on commit 0bb3884

Please sign in to comment.