diff --git a/nblast-js/Cargo.toml b/nblast-js/Cargo.toml index 3cda833..1f201f4 100644 --- a/nblast-js/Cargo.toml +++ b/nblast-js/Cargo.toml @@ -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"] diff --git a/nblast-rs/Cargo.toml b/nblast-rs/Cargo.toml index 5c7de58..a6c997c 100644 --- a/nblast-rs/Cargo.toml +++ b/nblast-rs/Cargo.toml @@ -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"]} diff --git a/spatial_bench/Cargo.toml b/spatial_bench/Cargo.toml index 9d7ee10..f3851bf 100644 --- a/spatial_bench/Cargo.toml +++ b/spatial_bench/Cargo.toml @@ -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"