From b4bf0db7d5bfbd9c6e33e88c7f9c9f813b303db7 Mon Sep 17 00:00:00 2001 From: Ryan Green Date: Tue, 22 Oct 2024 11:13:03 -0500 Subject: [PATCH] fix tag --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f889d0d8..4530fce1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,13 +22,13 @@ categories = ["database-implementations"] [workspace.dependencies] lance = { "version" = "=0.19.1", "features" = [ "dynamodb", -], git = "https://github.com/lancedb/lance.git", tag = "v0.19.1"} -lance-index = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" } -lance-linalg = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" } -lance-table = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" } -lance-testing = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" } -lance-datafusion = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" } -lance-encoding = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git" } +], git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" } +lance-index = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" } +lance-linalg = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" } +lance-table = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" } +lance-testing = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" } +lance-datafusion = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" } +lance-encoding = { "version" = "=0.19.1", git = "https://github.com/lancedb/lance.git", tag = "v0.19.1" } # Note that this one does not include pyarrow arrow = { version = "52.2", optional = false } arrow-array = "52.2"