Skip to content

Commit

Permalink
fmt and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Dec 2, 2024
1 parent c9735ae commit 32c275f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ rand_distr = "0.4"
itertools = "0.13"
blas = "0.22"
lapack = "0.19"
thiserror = "1"
thiserror = "2"
serde = "1"

coe-rs = "0.1.2"
pulp = { version = "0.18.12" }
pulp = { version = "0.20.1" }
bytemuck = "1.16.0"

mpi = { version="0.8.0", optional=true }
Expand Down
1 change: 0 additions & 1 deletion src/dense/array/mult_into.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

//! Implementation of array multiplication.
use crate::dense::gemm::Gemm;
Expand Down

0 comments on commit 32c275f

Please sign in to comment.