Skip to content

Commit 3f2c202

Browse files
committed
Fix deps spec
1 parent 0a13c53 commit 3f2c202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/linfa-hierarchical/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ categories = ["algorithms", "mathematics", "science"]
2222
[dependencies]
2323
ndarray = { version = "0.16" }
2424
kodama = "0.2"
25-
thiserror.workspace = true
25+
thiserror = "2"
2626

2727
linfa = { version = "0.8.0", path = "../.." }
2828
linfa-kernel = { version = "0.8.0", path = "../linfa-kernel" }

0 commit comments

Comments
 (0)