Skip to content

Commit

Permalink
chore: bump version to 0.1.4
Browse files Browse the repository at this point in the history
Adds `cycles()` to ParsedCallgrindOutput and `ClientRequest` (via
`crabgrind` crate).
  • Loading branch information
osiewicz committed Mar 27, 2023
1 parent 1bb08b1 commit e7be017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "calliper"
authors = ["Piotr Osiewicz <[email protected]>"]
version = "0.1.3"
version = "0.1.4"
edition = "2021"
rust-version = "1.56"
repository = "https://github.com/osiewicz/calliper"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use Calliper, you must have [Valgrind](https://valgrind.org/) installed.
To write your first benchmark with Calliper, add the following to your `Cargo.toml`:
```toml
[dev-dependencies]
calliper = "0.1.3"
calliper = "0.1.4"

[[bench]]
name = "my_first_calliper_benchmark"
Expand Down

0 comments on commit e7be017

Please sign in to comment.