From ffba9468904c17ed14adb994cf064cf3aa4ecb90 Mon Sep 17 00:00:00 2001 From: Ryan Green Date: Tue, 22 Oct 2024 19:41:57 -0500 Subject: [PATCH] bump lance to 0.19.1 --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9fffc24..e451d0f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,15 +20,15 @@ keywords = ["lancedb", "lance", "database", "vector", "search"] categories = ["database-implementations"] [workspace.dependencies] -lance = { "version" = "=0.18.3", "features" = [ +lance = { "version" = "=0.19.1", "features" = [ "dynamodb", -], git = "https://github.com/lancedb/lance.git", tag = "v0.18.3-beta.2" } -lance-index = { "version" = "=0.18.3", git = "https://github.com/lancedb/lance.git", tag = "v0.18.3-beta.2" } -lance-linalg = { "version" = "=0.18.3", git = "https://github.com/lancedb/lance.git", tag = "v0.18.3-beta.2" } -lance-table = { "version" = "=0.18.3", git = "https://github.com/lancedb/lance.git", tag = "v0.18.3-beta.2" } -lance-testing = { "version" = "=0.18.3", git = "https://github.com/lancedb/lance.git", tag = "v0.18.3-beta.2" } -lance-datafusion = { "version" = "=0.18.3", git = "https://github.com/lancedb/lance.git", tag = "v0.18.3-beta.2" } -lance-encoding = { "version" = "=0.18.3", git = "https://github.com/lancedb/lance.git", tag = "v0.18.3-beta.2" } +]} +lance-index = { "version" = "=0.19.1"} +lance-linalg = { "version" = "=0.19.1"} +lance-table = { "version" = "=0.19.1"} +lance-testing = { "version" = "=0.19.1"} +lance-datafusion = { "version" = "=0.19.1" } +lance-encoding = { "version" = "=0.19.1" } # Note that this one does not include pyarrow arrow = { version = "52.2", optional = false } arrow-array = "52.2"