Skip to content

Commit

Permalink
Merge branch 'main' into bad-build-no-datafusion
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler authored Mar 19, 2024
2 parents 1b17d48 + 7379d09 commit 910ceb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ debug = "line-tables-only"
# arrow
arrow = { version = "50" }
arrow-arith = { version = "50" }
arrow-array = { version = "50" }
arrow-array = { version = "50", features = ["chrono-tz"]}
arrow-buffer = { version = "50" }
arrow-cast = { version = "50" }
arrow-ipc = { version = "50" }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ features = ["datafusion", "json", "unity-experimental"]
# arrow
arrow = { workspace = true }
arrow-arith = { workspace = true }
arrow-array = { workspace = true }
arrow-array = { workspace = true , features = ["chrono-tz"]}
arrow-buffer = { workspace = true }
arrow-cast = { workspace = true }
arrow-ipc = { workspace = true }
Expand Down

0 comments on commit 910ceb5

Please sign in to comment.