We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06be43c commit ce8259eCopy full SHA for ce8259e
Cargo.toml
@@ -18,7 +18,7 @@ exclude = ["book/*"]
18
19
[dependencies]
20
lazy_static = "1.4"
21
-criterion-plot = { path = "plot", version = "0.4.4" }
+criterion-plot = { path = "plot", version = "0.4.5" }
22
itertools = "0.10"
23
serde = "1.0"
24
serde_json = "1.0"
plot/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
authors = ["Jorge Aparicio <japaricious@gmail.com>", "Brook Heisler <brookheisler@gmail.com>"]
3
name = "criterion-plot"
4
-version = "0.4.4"
+version = "0.4.5"
5
edition = "2018"
6
7
description = "Criterion's plotting library"
0 commit comments