Skip to content

Commit

Permalink
chore: Bump version to 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
osiewicz committed Jan 22, 2023
1 parent 4221c7c commit 24340d5
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.1"
version = "0.1.2"
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 @@ -15,7 +15,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.1"
calliper = "0.1.2"

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

0 comments on commit 24340d5

Please sign in to comment.