Skip to content

Commit

Permalink
NO UPSTREAM: override workspace deps for spiceai fork of arrow-cast
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc committed Feb 5, 2025
1 parent 8a6e5da commit 4920ba5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arrow-cast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 4920ba5

Please # to comment.