Skip to content

Commit

Permalink
Merge pull request #392 from Dirreke/master
Browse files Browse the repository at this point in the history
Bump thiserror from 1.0 to 2.0
  • Loading branch information
Dirreke authored Jan 29, 2025
2 parents c62ff0c + 598e246 commit 8614c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq"]
intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]

[dependencies]
thiserror = "1.0.24"
thiserror = "2.0.0"
cauchy = "0.4.0"
num-traits = "0.2.14"
lapack-sys = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion ndarray-linalg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ katexit = "0.1.2"
num-complex = "0.4.0"
num-traits = "0.2.14"
rand = "0.8.3"
thiserror = "1.0.24"
thiserror = "2.0.0"

[dependencies.ndarray]
version = "0.16.0"
Expand Down

0 comments on commit 8614c16

Please sign in to comment.