Skip to content

Commit 8614c16

Browse files
authored
Merge pull request #392 from Dirreke/master
Bump thiserror from 1.0 to 2.0
2 parents c62ff0c + 598e246 commit 8614c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq"]
2929
intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
3030

3131
[dependencies]
32-
thiserror = "1.0.24"
32+
thiserror = "2.0.0"
3333
cauchy = "0.4.0"
3434
num-traits = "0.2.14"
3535
lapack-sys = "0.14.0"

ndarray-linalg/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ katexit = "0.1.2"
3535
num-complex = "0.4.0"
3636
num-traits = "0.2.14"
3737
rand = "0.8.3"
38-
thiserror = "1.0.24"
38+
thiserror = "2.0.0"
3939

4040
[dependencies.ndarray]
4141
version = "0.16.0"

0 commit comments

Comments
 (0)