From 7dbf1f95e4a46afd883d78b4dbd8c392bb5d7919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Sat, 29 Jun 2024 17:52:00 +0200 Subject: [PATCH] update README.md to used 0.5 in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e2dabc71..5fa780673 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"