From 9e685d20274a423cb85c8d8b99bda647cdc799c0 Mon Sep 17 00:00:00 2001 From: logaritmisk Date: Tue, 6 Feb 2018 11:35:36 +0100 Subject: [PATCH] Update. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb3a38c..aa0c7a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ path = "examples/parabole.rs" [dev-dependencies] rand = "0.3" -criterion = { git = "https://github.com/japaric/criterion.rs.git" } +criterion = "0.2" [[bench]] name = "parabole"