Skip to content

Commit

Permalink
feat: release 0.1.2 on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Feb 19, 2023
1 parent bfe80fa commit 5fd58db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "c2-logs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Nerixyz"]
description = "Capture, filter and analyze logs from Chatterino without restarting the application."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ cargo build -r

### Installing

To install the program, run
To install the program with `cargo`, run

```powershell
cargo install --path .
cargo install c2-logs
```

0 comments on commit 5fd58db

Please sign in to comment.