Skip to content

Commit

Permalink
Update criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed Sep 12, 2023
1 parent 036c1fc commit 730b954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion russell_lab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["matrix", "vector", "linspace"]
[dependencies]
russell_chk = { path = "../russell_chk", version = "0.5.0" }
russell_openblas = { path = "../russell_openblas", version = "0.5.0" }
criterion = "0.4"
criterion = "0.5"
num-complex = { version = "0.4", features = ["serde"] }
num-traits = "0.2"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion russell_openblas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["matrix", "vector", "eigenvalues", "decomposition"]
[dependencies]
russell_chk = { path = "../russell_chk", version = "0.5.0" }
num-complex = "0.4"
criterion = "0.4"
criterion = "0.5"

[[bench]]
name = "openblas_benches"
Expand Down

0 comments on commit 730b954

Please sign in to comment.