From 2d48c10f726beeac23c277c9f3751e0552461088 Mon Sep 17 00:00:00 2001 From: Romain Leroux Date: Sat, 9 Dec 2023 00:55:39 +0100 Subject: [PATCH] Update NGT to 2.1.6 --- Cargo.toml | 4 ++-- ngt-sys/Cargo.toml | 4 ++-- ngt-sys/NGT | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7804ee4..12982ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngt" -version = "0.7.0" +version = "0.7.1" authors = ["Romain Leroux "] edition = "2021" description = "Rust wrappers for NGT nearest neighbor search." @@ -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" diff --git a/ngt-sys/Cargo.toml b/ngt-sys/Cargo.toml index 979473f..268f948 100644 --- a/ngt-sys/Cargo.toml +++ b/ngt-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngt-sys" -version = "2.1.5" +version = "2.1.6" authors = ["Romain Leroux "] edition = "2021" links = "ngt" @@ -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 } diff --git a/ngt-sys/NGT b/ngt-sys/NGT index 75d12fb..441aa19 160000 --- a/ngt-sys/NGT +++ b/ngt-sys/NGT @@ -1 +1 @@ -Subproject commit 75d12fbb345766f409392d1ba91a1f6503dab42d +Subproject commit 441aa1901bdc13535cf7a60597eb3e2f299e3cbd