This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 80068e26b chore(rust): support arrow 58 (#4023)
80068e26b is described below

commit 80068e26ba74fec0d07cb7254f65a42547c80e79
Author: eitsupi <[email protected]>
AuthorDate: Thu Feb 26 10:23:29 2026 +0900

    chore(rust): support arrow 58 (#4023)
    
    Supersede #4018
---
 rust/Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 183d21daf..07de01abd 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -37,9 +37,9 @@ categories = ["database"]
 adbc_core = { path = "./core", version = "0.23.0" }
 adbc_driver_manager = { path = "./driver_manager", version = "0.23.0" }
 adbc_ffi = { path = "./ffi", version = "0.23.0" }
-arrow-array = { version = ">=53.1.0, <58", default-features = false, features 
= [
+arrow-array = { version = ">=53.1.0, <59", default-features = false, features 
= [
     "ffi",
 ] }
-arrow-buffer = { version = ">=53.1.0, <58", default-features = false }
-arrow-schema = { version = ">=53.1.0, <58", default-features = false }
-arrow-select = { version = ">=53.1.0, <58", default-features = false }
+arrow-buffer = { version = ">=53.1.0, <59", default-features = false }
+arrow-schema = { version = ">=53.1.0, <59", default-features = false }
+arrow-select = { version = ">=53.1.0, <59", default-features = false }

Reply via email to