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 58eefd4c0 chore(rust/driver/datafusion): bump `rust-version` to match 
msrv of datafusion (#2592)
58eefd4c0 is described below

commit 58eefd4c045c7b1ea907a307d7fb3cf7e31c0360
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Mon Mar 10 10:20:21 2025 +0100

    chore(rust/driver/datafusion): bump `rust-version` to match msrv of 
datafusion (#2592)
    
    Closes #2591.
---
 rust/driver/datafusion/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust/driver/datafusion/Cargo.toml 
b/rust/driver/datafusion/Cargo.toml
index e7efa716f..633b39119 100644
--- a/rust/driver/datafusion/Cargo.toml
+++ b/rust/driver/datafusion/Cargo.toml
@@ -20,7 +20,7 @@ name = "adbc_datafusion"
 description = "ADBC driver for Apache DataFusion"
 version.workspace = true
 edition.workspace = true
-rust-version.workspace = true
+rust-version = "1.81" # datafusion mrsv
 authors.workspace = true
 license.workspace = true
 readme.workspace = true

Reply via email to