Skip to content

Commit ce8259e

Browse files
committed
Bump criterion-plot version number.
1 parent 06be43c commit ce8259e

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
@@ -18,7 +18,7 @@ exclude = ["book/*"]
1818

1919
[dependencies]
2020
lazy_static = "1.4"
21-
criterion-plot = { path = "plot", version = "0.4.4" }
21+
criterion-plot = { path = "plot", version = "0.4.5" }
2222
itertools = "0.10"
2323
serde = "1.0"
2424
serde_json = "1.0"

plot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Jorge Aparicio <[email protected]>", "Brook Heisler <[email protected]>"]
33
name = "criterion-plot"
4-
version = "0.4.4"
4+
version = "0.4.5"
55
edition = "2018"
66

77
description = "Criterion's plotting library"

0 commit comments

Comments
 (0)