Skip to content

Commit

Permalink
Bump kiddo, use in nblast-js
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Feb 17, 2024
1 parent c118246 commit 4f32627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nblast-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = {version = "1", features = ["derive"]}
serde-wasm-bindgen = "0.5"
wasm-bindgen = "0.2"
js-sys = "0.3"
nblast = { path = "../nblast-rs", version = "^0.7.1", default-features = false, features = ["bosque"]}
nblast = { path = "../nblast-rs", version = "^0.7.1"}

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion nblast-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fastrand = "1.9"
rayon = { version = "1.5", optional = true }
thiserror = "1.0"
nabo = { version = "0.2.1", optional = true }
kiddo = { version = "4.1", optional = true }
kiddo = { version = "4.1.1", optional = true }
cfg-if = "1.0.0"
bosque = { version = "0.2.0", optional = true }
serde = { version = "1", optional = true, features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion spatial_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bosque = "0.2.0"
criterion = "0.5.1"
csv = "1.3.0"
fastrand = "2.0.1"
kiddo = "4.1.0"
kiddo = "4.1.1"
nabo = "0.3.0"
nalgebra = "0.32.3"
rstar = "0.11.0"
Expand Down

0 comments on commit 4f32627

Please sign in to comment.