From 25d328f45e95c0ac265986461a40d0e63859db06 Mon Sep 17 00:00:00 2001 From: moana Date: Thu, 21 Mar 2024 15:57:18 +0100 Subject: [PATCH] Update criterion dev-dependency to 0.5 Resolves #255 --- Cargo.toml | 2 +- rust-toolchain.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a3e142..2b214e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ dusk-plonk = { version = "0.19.2-rc.0", default-features = false, features = ["a dusk-safe = "0.2.0-rc.0" [dev-dependencies] -criterion = "0.3" +criterion = "0.5" rand = { version = "0.8", default-features = false, features = ["getrandom", "std_rng"] } ff = { version = "0.13", default-features = false } once_cell = "1" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f7bb95a..e4ada99 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-05-22" -components = ["rustfmt", "clippy"] \ No newline at end of file +channel = "nightly-2023-11-10" +components = ["rustfmt", "clippy"]