diff --git a/Cargo.toml b/Cargo.toml index fd0739dd..ab0da2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/plot/Cargo.toml b/plot/Cargo.toml index e04eb0e9..d7e78e0a 100644 --- a/plot/Cargo.toml +++ b/plot/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio ", "Brook Heisler "] name = "criterion-plot" -version = "0.4.4" +version = "0.4.5" edition = "2018" description = "Criterion's plotting library"