From 2e7ab373dc1d2d623200834ac6a204172e2045c8 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 17 Apr 2024 09:29:10 -0400 Subject: [PATCH] fix: update lance to 0.10.13 (#1226) --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 326e3899..6e5592d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ keywords = ["lancedb", "lance", "database", "vector", "search"] categories = ["database-implementations"] [workspace.dependencies] -lance = { "version" = "=0.10.12", "features" = ["dynamodb"] } -lance-index = { "version" = "=0.10.12" } -lance-linalg = { "version" = "=0.10.12" } -lance-testing = { "version" = "=0.10.12" } +lance = { "version" = "=0.10.13", "features" = ["dynamodb"] } +lance-index = { "version" = "=0.10.13" } +lance-linalg = { "version" = "=0.10.13" } +lance-testing = { "version" = "=0.10.13" } # Note that this one does not include pyarrow arrow = { version = "50.0", optional = false } arrow-array = "50.0"