diff --git a/Cargo.lock b/Cargo.lock index ee95b2c..5aebcb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,7 +343,7 @@ dependencies = [ [[package]] name = "quiet" -version = "0.3.4" +version = "0.3.5" dependencies = [ "ansi_term", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 366b991..6d47305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quiet" -version = "0.3.4" +version = "0.3.5" edition = "2021" authors = ["Sanj Sahayam"] description = "Reduce Cargo's compiler information output" diff --git a/README.md b/README.md index d69be1e..5a8ad54 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ cargo watch -x 'test --message-format json-diagnostic-rendered-ansi 2>&1 | quie Also look at the [qcompile](https://github.com/ssanj/quiet/blob/main/qcompile), [qcompile-test](https://github.com/ssanj/quiet/blob/main/qcompile-test) and [qrun-test](https://github.com/ssanj/quiet/blob/main/qrun-test) sample scripts in this repository. +Note: The above scripts use [watch](https://crates.io/crates/cargo-watch), which you can install with: + +``` +cargo install cargo-watch +``` + ## Installation ### Building from source