Skip to content

Commit

Permalink
update arrow-rs version in duckdb-ext for lance as well (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
changhiskhan authored Mar 8, 2023
1 parent 70560f6 commit 0b05ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/duckdb_lance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ lance = { path = "../../rust" }
duckdb-ext = { path = "./duckdb-ext" }
lazy_static = "1.4.0"
tokio = { version = "1.23", features = ["rt-multi-thread"] }
arrow-schema = "32.0.0"
arrow-array = "32.0.0"
arrow-schema = "33.0.0"
arrow-array = "33.0.0"
futures = "0.3"
num-traits = "0.2"

Expand Down

0 comments on commit 0b05ff4

Please sign in to comment.