Skip to content

Commit

Permalink
Bump criterion-plot version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
bheisler committed Jul 14, 2022
1 parent 06be43c commit ce8259e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -18,7 +18,7 @@ exclude = ["book/*"]

[dependencies]
lazy_static = "1.4"
criterion-plot = { path = "plot", version = "0.4.4" }
criterion-plot = { path = "plot", version = "0.4.5" }
itertools = "0.10"
serde = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion plot/Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
name = "criterion-plot"
version = "0.4.4"
version = "0.4.5"
edition = "2018"

description = "Criterion's plotting library"
Expand Down

0 comments on commit ce8259e

Please sign in to comment.