Skip to content

Commit

Permalink
Update NGT to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxrgd committed Dec 8, 2023
1 parent 0bf8aa0 commit 2d48c10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngt"
version = "0.7.0"
version = "0.7.1"
authors = ["Romain Leroux <[email protected]>"]
edition = "2021"
description = "Rust wrappers for NGT nearest neighbor search."
Expand All @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
half = "2"
ngt-sys = { path = "ngt-sys", version = "2.1.5" }
ngt-sys = { path = "ngt-sys", version = "2.1.6" }
num_enum = "0.7"
scopeguard = "1"

Expand Down
4 changes: 2 additions & 2 deletions ngt-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ngt-sys"
version = "2.1.5"
version = "2.1.6"
authors = ["Romain Leroux <[email protected]>"]
edition = "2021"
links = "ngt"
Expand All @@ -11,7 +11,7 @@ categories = ["science"]
license = "Apache-2.0"

[build-dependencies]
bindgen = "0.68"
bindgen = "0.69"
cmake = "0.1"
cpp_build = { version = "0.5", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion ngt-sys/NGT

0 comments on commit 2d48c10

Please sign in to comment.