diff --git a/Cargo.toml b/Cargo.toml index f8b1bacd..d913295b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,13 +20,13 @@ keywords = ["lancedb", "lance", "database", "vector", "search"] categories = ["database-implementations"] [workspace.dependencies] -lance = { "version" = "=0.12.2", "features" = [ +lance = { "version" = "=0.12.4", "features" = [ "dynamodb", -], git = "https://github.com/lancedb/lance.git", tag = "v0.12.2-beta.2" } -lance-index = { "version" = "=0.12.2", git = "https://github.com/lancedb/lance.git", tag = "v0.12.2-beta.2" } -lance-linalg = { "version" = "=0.12.2", git = "https://github.com/lancedb/lance.git", tag = "v0.12.2-beta.2" } -lance-testing = { "version" = "=0.12.2", git = "https://github.com/lancedb/lance.git", tag = "v0.12.2-beta.2" } -lance-datafusion = { "version" = "=0.12.2", git = "https://github.com/lancedb/lance.git", tag = "v0.12.2-beta.2" } +]} +lance-index = { "version" = "=0.12.4" } +lance-linalg = { "version" = "=0.12.4" } +lance-testing = { "version" = "=0.12.4" } +lance-datafusion = { "version" = "=0.12.4" } # Note that this one does not include pyarrow arrow = { version = "51.0", optional = false } arrow-array = "51.0"