Skip to content

Commit e7be017

Browse files
committed
chore: bump version to 0.1.4
Adds `cycles()` to ParsedCallgrindOutput and `ClientRequest` (via `crabgrind` crate).
1 parent 1bb08b1 commit e7be017

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "calliper"
33
authors = ["Piotr Osiewicz <peterosiewicz@gmail.com>"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55
edition = "2021"
66
rust-version = "1.56"
77
repository = "https://github.com/osiewicz/calliper"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use Calliper, you must have [Valgrind](https://valgrind.org/) installed.
1818
To write your first benchmark with Calliper, add the following to your `Cargo.toml`:
1919
```toml
2020
[dev-dependencies]
21-
calliper = "0.1.3"
21+
calliper = "0.1.4"
2222

2323
[[bench]]
2424
name = "my_first_calliper_benchmark"

0 commit comments

Comments
 (0)