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

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new fd3e0f8  chore: Update MSRV to match with DataFusion's MSRV (#256)
fd3e0f8 is described below

commit fd3e0f80decf98e0b32c4ce07d7dd43ec69a35de
Author: Hiroaki Yutani <[email protected]>
AuthorDate: Thu Oct 30 06:17:04 2025 +0900

    chore: Update MSRV to match with DataFusion's MSRV (#256)
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 84b19f5..e1ac6a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ edition = "2021"
 
 # Same rust-version, arrow, and datafusion dependencies as datafusion-comet
 # https://github.com/apache/datafusion-comet/blob/main/native/Cargo.toml
-rust-version = "1.82"
+rust-version = "1.86"
 
 [workspace.dependencies]
 approx = "0.5"

Reply via email to