Skip to content

Commit 25a0529

Browse files
committed
update thiserror
1 parent ad3bee0 commit 25a0529

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 0.5.0
22
- update `ndarray` to version 0.16
3+
- update `thiserror` to version 2.0
34
- update `BuilderError`
45
- combine variants `DimensionError` and `AxisLenght` into `ShapeError`
56
- add `ValueError` variant

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["science", "algorithms", "mathematics"]
1414
[dependencies]
1515
ndarray = "0.16"
1616
num-traits = "0.2"
17-
thiserror = "1.0"
17+
thiserror = "2.0"
1818

1919
[dev-dependencies]
2020
cargo-tarpaulin = "0.27"

0 commit comments

Comments
 (0)