Skip to content

Commit 7fc0146

Browse files
Update kdtree requirement from 0.7.0 to 0.8.0
Updates the requirements on [kdtree](https://github.com/mrhooray/kdtree-rs) to permit the latest version. - [Changelog](https://github.com/mrhooray/kdtree-rs/blob/master/release.toml) - [Commits](mrhooray/kdtree-rs@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: kdtree dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91cbc5e commit 7fc0146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/linfa-nn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ noisy_float = "0.2.0"
3131
order-stat = "0.1.3"
3232
thiserror = "2.0"
3333

34-
kdtree = "0.7.0"
34+
kdtree = "0.8.0"
3535

3636
linfa = { version = "0.8.0", path = "../.." }
3737

0 commit comments

Comments
 (0)