From 7b1363a964dbaaf4fce84decdbb2107934aab836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Mon, 24 Feb 2020 14:24:49 -0500 Subject: [PATCH] Bump criterion version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87d35e8ed..7c4e238d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "mast [dev-dependencies] sha2 = { version = "0.8", default-features = false } bincode = "1" -criterion = "0.2" +criterion = "0.3.0" rand = "0.7" [[bench]]