Skip to content

Commit

Permalink
chore(deps): update rust crate criterion to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 6c60edd commit 9f6c151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ thiserror = "1"

[dev-dependencies]
approx = "0.5" # Update only when ndarray updates its dependency
criterion = "0.3" # 0.5 requires rustc 1.74 or newer
criterion = "0.5" # 0.5 requires rustc 1.74 or newer
ndarray = { version = "0.16", features = ["approx"] }
ndarray-rand = "0.15"
rand_isaac = "0.3"
Expand Down

0 comments on commit 9f6c151

Please sign in to comment.