From 285757f7059e2dc214d3276d1b9d3492886beed5 Mon Sep 17 00:00:00 2001 From: Ryan Green Date: Tue, 22 Oct 2024 10:47:15 -0500 Subject: [PATCH] testing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8814b670..f889d0d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ categories = ["database-implementations"] [workspace.dependencies] lance = { "version" = "=0.19.1", "features" = [ "dynamodb", -], 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" } 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" }