diff --git a/README.md b/README.md index 5e2dabc7..5fa78067 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ To start with Criterion.rs, add the following to your `Cargo.toml` ```toml [dev-dependencies] -criterion = { version = "0.4", features = ["html_reports"] } +criterion = { version = "0.5", features = ["html_reports"] } [[bench]] name = "my_benchmark"