From 04546575742181ad6a60c81790b0fc48dd2ce1f1 Mon Sep 17 00:00:00 2001 From: Harsha Vardhan Simhadri Date: Fri, 12 Jun 2026 12:33:06 -0700 Subject: [PATCH 1/3] fix repo link name --- Cargo.toml | 2 +- diskann-benchmark-core/Cargo.toml | 10 +++++----- diskann-benchmark-runner/Cargo.toml | 2 +- diskann-benchmark-simd/Cargo.toml | 2 +- diskann-benchmark/Cargo.toml | 2 +- diskann-disk/Cargo.toml | 2 +- diskann-label-filter/Cargo.toml | 2 +- diskann-linalg/Cargo.toml | 2 +- diskann-platform/Cargo.toml | 2 +- diskann-providers/Cargo.toml | 2 +- diskann-quantization/Cargo.toml | 2 +- diskann-tools/Cargo.toml | 2 +- diskann-utils/Cargo.toml | 2 +- diskann-vector/Cargo.toml | 2 +- diskann-wide/Cargo.toml | 2 +- diskann/Cargo.toml | 2 +- 16 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e51b98c9..26197d792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ resolver = "3" version = "0.53.0" # Obeying semver description = "DiskANN is a fast approximate nearest neighbor search library for high dimensional data" authors = ["Microsoft"] -documentation = "https://github.com/microsoft/DiskANN" +repository = "https://github.com/microsoft/DiskANN" license = "MIT" edition = "2021" diff --git a/diskann-benchmark-core/Cargo.toml b/diskann-benchmark-core/Cargo.toml index 90e64b9e3..5b6740ef8 100644 --- a/diskann-benchmark-core/Cargo.toml +++ b/diskann-benchmark-core/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "diskann-benchmark-core" -version = { workspace = true } -description = { workspace = true } -authors = { workspace = true } -documentation = { workspace = true } -license = { workspace = true } +version.workspace = true +description.workspace = true +authors.workspace = true +repository.workspace = true +license.workspace = true edition = "2024" [dependencies] diff --git a/diskann-benchmark-runner/Cargo.toml b/diskann-benchmark-runner/Cargo.toml index 33cb63d0d..9f9b2d3bf 100644 --- a/diskann-benchmark-runner/Cargo.toml +++ b/diskann-benchmark-runner/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-benchmark-runner" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-benchmark-simd/Cargo.toml b/diskann-benchmark-simd/Cargo.toml index fa4857814..fa7a41004 100644 --- a/diskann-benchmark-simd/Cargo.toml +++ b/diskann-benchmark-simd/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-benchmark-simd" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-benchmark/Cargo.toml b/diskann-benchmark/Cargo.toml index 9220a2e33..ce5018aad 100644 --- a/diskann-benchmark/Cargo.toml +++ b/diskann-benchmark/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-benchmark" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-disk/Cargo.toml b/diskann-disk/Cargo.toml index 17737e8d0..d49fafa17 100644 --- a/diskann-disk/Cargo.toml +++ b/diskann-disk/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-disk" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-label-filter/Cargo.toml b/diskann-label-filter/Cargo.toml index 98fe3879c..14102411e 100644 --- a/diskann-label-filter/Cargo.toml +++ b/diskann-label-filter/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-label-filter" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-linalg/Cargo.toml b/diskann-linalg/Cargo.toml index 2921ebd15..d60cbf303 100644 --- a/diskann-linalg/Cargo.toml +++ b/diskann-linalg/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-linalg" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-platform/Cargo.toml b/diskann-platform/Cargo.toml index 1ae75a572..f4459722d 100644 --- a/diskann-platform/Cargo.toml +++ b/diskann-platform/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true version.workspace = true authors.workspace = true description.workspace = true -documentation.workspace = true +repository.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/diskann-providers/Cargo.toml b/diskann-providers/Cargo.toml index 051f6f9d0..900b38cdb 100644 --- a/diskann-providers/Cargo.toml +++ b/diskann-providers/Cargo.toml @@ -5,7 +5,7 @@ name = "diskann-providers" version.workspace = true authors.workspace = true description.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/diskann-quantization/Cargo.toml b/diskann-quantization/Cargo.toml index cb2ddf1c2..c7f891270 100644 --- a/diskann-quantization/Cargo.toml +++ b/diskann-quantization/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-quantization" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition = "2024" diff --git a/diskann-tools/Cargo.toml b/diskann-tools/Cargo.toml index 2d86e20a7..573b0f05c 100644 --- a/diskann-tools/Cargo.toml +++ b/diskann-tools/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" version.workspace = true authors.workspace = true description.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/diskann-utils/Cargo.toml b/diskann-utils/Cargo.toml index ca0c56205..ea358601e 100644 --- a/diskann-utils/Cargo.toml +++ b/diskann-utils/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-utils" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true diff --git a/diskann-vector/Cargo.toml b/diskann-vector/Cargo.toml index 0fc5e153d..19f3c6e00 100644 --- a/diskann-vector/Cargo.toml +++ b/diskann-vector/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true version.workspace = true authors.workspace = true description.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/diskann-wide/Cargo.toml b/diskann-wide/Cargo.toml index 7a5dcc13f..1e4a7c742 100644 --- a/diskann-wide/Cargo.toml +++ b/diskann-wide/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann-wide" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition = "2024" diff --git a/diskann/Cargo.toml b/diskann/Cargo.toml index 14e342d70..14f6ba074 100644 --- a/diskann/Cargo.toml +++ b/diskann/Cargo.toml @@ -3,7 +3,7 @@ name = "diskann" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition = "2024" From 23bc9f979737bb92db105a5360f12eba3fe2e0ca Mon Sep 17 00:00:00 2001 From: Harsha Vardhan Simhadri Date: Fri, 12 Jun 2026 12:40:59 -0700 Subject: [PATCH 2/3] update description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26197d792..96335c86a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ resolver = "3" [workspace.package] version = "0.53.0" # Obeying semver -description = "DiskANN is a fast approximate nearest neighbor search library for high dimensional data" +description = "DiskANN3 is a composable library for bringing scalable, accurate and cost-effective vector indexing to multiple databases." authors = ["Microsoft"] repository = "https://github.com/microsoft/DiskANN" license = "MIT" From 71d38d88482b9cd6ced28415923d5dd64c8af337 Mon Sep 17 00:00:00 2001 From: Harsha Vardhan Simhadri Date: Fri, 12 Jun 2026 16:50:08 -0700 Subject: [PATCH 3/3] clippy fix --- diskann-bftree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diskann-bftree/Cargo.toml b/diskann-bftree/Cargo.toml index c6fa638a6..da20393a5 100644 --- a/diskann-bftree/Cargo.toml +++ b/diskann-bftree/Cargo.toml @@ -5,7 +5,7 @@ name = "diskann-bftree" version.workspace = true description.workspace = true authors.workspace = true -documentation.workspace = true +repository.workspace = true license.workspace = true edition.workspace = true