From 7bbfdfbe9c5250dcdc4104872ffe8ddab1a5a07c Mon Sep 17 00:00:00 2001 From: Weston Pace Date: Wed, 16 Oct 2024 10:16:51 -0700 Subject: [PATCH] Pretend 0.18.3 is published --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9fffc24..68ed07e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,13 +22,13 @@ categories = ["database-implementations"] [workspace.dependencies] lance = { "version" = "=0.18.3", "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.18.3"} +lance-linalg = { "version" = "=0.18.3"} +lance-table = { "version" = "=0.18.3"} +lance-testing = { "version" = "=0.18.3"} +lance-datafusion = { "version" = "=0.18.3"} +lance-encoding = { "version" = "=0.18.3"} # Note that this one does not include pyarrow arrow = { version = "52.2", optional = false } arrow-array = "52.2"