alamb commented on code in PR #2468: URL: https://github.com/apache/arrow-adbc/pull/2468#discussion_r1950684547
########## rust/Cargo.toml: ########## @@ -35,9 +35,9 @@ categories = ["database"] [workspace.dependencies] adbc_core = { path = "./core" } -arrow-array = { version = "53.1.0", default-features = false, features = [ +arrow-array = { version = "53.4.0", default-features = false, features = [ "ffi", ] } arrow-buffer = { version = "53.1.0", default-features = false } arrow-schema = { version = "53.1.0", default-features = false } Review Comment: I don't know why they didn't get updated in Cargo.toml The current contents basically mean 53.1.0 or later (53.2.0 or 53.3.0) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org