Skip to content

Commit

Permalink
Merge pull request #256 from dusk-network/mocello/255_criterion
Browse files Browse the repository at this point in the history
Update criterion dependency to 0.5
  • Loading branch information
moCello authored Mar 21, 2024
2 parents fe0e628 + 25d328f commit 060cce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2023-05-22"
components = ["rustfmt", "clippy"]
channel = "nightly-2023-11-10"
components = ["rustfmt", "clippy"]

0 comments on commit 060cce5

Please sign in to comment.