Skip to content

Commit

Permalink
bump version + update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanj committed Jan 23, 2024
1 parent d3537c0 commit 4d453a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d453a9

Please sign in to comment.