From 4920ba5e3457591f5a147e07c83ae738d39701aa Mon Sep 17 00:00:00 2001 From: Phillip LeBlanc Date: Wed, 5 Feb 2025 10:49:12 +0900 Subject: [PATCH] NO UPSTREAM: override workspace deps for spiceai fork of arrow-cast --- arrow-cast/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arrow-cast/Cargo.toml b/arrow-cast/Cargo.toml index 4046f5226094..c6de62730297 100644 --- a/arrow-cast/Cargo.toml +++ b/arrow-cast/Cargo.toml @@ -41,11 +41,11 @@ prettyprint = ["comfy-table"] force_validate = [] [dependencies] -arrow-array = { workspace = true } -arrow-buffer = { workspace = true } -arrow-data = { workspace = true } -arrow-schema = { workspace = true } -arrow-select = { workspace = true } +arrow-array = { version = "53" } +arrow-buffer = { version = "53" } +arrow-data = { version = "53" } +arrow-schema = { version = "53" } +arrow-select = { version = "53" } chrono = { workspace = true } half = { version = "2.1", default-features = false } num = { version = "0.4", default-features = false, features = ["std"] }