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


##########
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:
   Maybe, but not necessarily for all updates; users are only blocked when they 
want to bump their major versions of these crates and this driver is not 
released for that major version yet.
   
   Given that this is not on crates.io yet, it doesn't really matter (because 
users are most likely [pulling and building directly from 
git](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories)).



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to