mbrobbel commented on code in PR #2518:
URL: https://github.com/apache/arrow-adbc/pull/2518#discussion_r1950427204


##########
rust/Cargo.toml:
##########
@@ -35,9 +35,9 @@ categories = ["database"]
 
 [workspace.dependencies]
 adbc_core = { path = "./core", version = "0.17.0" }
-arrow-array = { version = "53.4.0", default-features = false, features = [
+arrow-array = { version = "54.1.0", default-features = false, features = [
     "ffi",
 ] }
-arrow-buffer = { version = "53.1.0", default-features = false }
-arrow-schema = { version = "53.1.0", default-features = false }
-arrow-select = { version = "53.4.0", default-features = false }

Review Comment:
   This crate is still unpublished on crates.io, but the last release (16) was 
based on Datafusion 44 and Arrow 53:
   
   
https://github.com/apache/arrow-adbc/blob/05c33a7700b981b3ce9097200a49357f8e9499ac/rust/driver/datafusion/Cargo.toml#L31-L32
   
   
https://github.com/apache/arrow-adbc/blob/05c33a7700b981b3ce9097200a49357f8e9499ac/rust/Cargo.toml#L38-L43



-- 
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

Reply via email to