From 59102d723a33522ef20a5657539583880cc8d9bb Mon Sep 17 00:00:00 2001 From: Wyatt Alt Date: Fri, 29 Aug 2025 08:39:36 -0700 Subject: [PATCH] Update lance again --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a32a330e..02d65a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,14 +15,14 @@ categories = ["database-implementations"] rust-version = "1.78.0" [workspace.dependencies] -lance = { "version" = "=0.34.0", default-features = false, "features" = ["dynamodb"], "tag" = "v0.34.0-beta.1", "git" = "https://github.com/lancedb/lance.git" } -lance-io = { "version" = "=0.34.0", default-features = false, "tag" = "v0.34.0-beta.1", "git" = "https://github.com/lancedb/lance.git" } -lance-index = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.1", "git" = "https://github.com/lancedb/lance.git" } -lance-linalg = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.1", "git" = "https://github.com/lancedb/lance.git" } -lance-table = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.1", "git" = "https://github.com/lancedb/lance.git" } -lance-testing = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.1", "git" = "https://github.com/lancedb/lance.git" } -lance-datafusion = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.1", "git" = "https://github.com/lancedb/lance.git" } -lance-encoding = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.1", "git" = "https://github.com/lancedb/lance.git" } +lance = { "version" = "=0.34.0", default-features = false, "features" = ["dynamodb"], "tag" = "v0.34.0-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-io = { "version" = "=0.34.0", default-features = false, "tag" = "v0.34.0-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-index = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-linalg = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-table = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-testing = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-datafusion = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.2", "git" = "https://github.com/lancedb/lance.git" } +lance-encoding = { "version" = "=0.34.0", "tag" = "v0.34.0-beta.2", "git" = "https://github.com/lancedb/lance.git" } # Note that this one does not include pyarrow arrow = { version = "55.1", optional = false } arrow-array = "55.1"