feat: upgrade to 0.12.4

This commit is contained in:
rmeng
2024-06-20 15:54:41 -04:00
parent f41eb899dc
commit 93b7ae61be

View File

@@ -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"