This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new bd8fd295e6 Bump the MSRV due to transitive dependencies (#16728)
bd8fd295e6 is described below
commit bd8fd295e672d1b5dbdca3027ca6be589a0fcbd5
Author: R. Tyler Croy <[email protected]>
AuthorDate: Wed Jul 9 14:32:22 2025 -0700
Bump the MSRV due to transitive dependencies (#16728)
* Bump the MSRV due to transitive dependencies
datafusion-cli depends on aws-config which has some transitive dependencies
which require 1.85. This was a dependabot upgrade in 8366d6e155
16:18:43 error: rustc 1.83.0 is not supported by the following packages:
16:18:43 [email protected] requires rustc 1.85.0
16:18:43 [email protected] requires rustc 1.85.0
16:18:43 [email protected] requires rustc 1.85.0
16:18:43 Either upgrade rustc or select compatible dependency versions with
```16:18:43 error: rustc 1.83.0 is not supported by the following packages:
16:18:43 [email protected] requires rustc 1.85.0
16:18:43 [email protected] requires rustc 1.85.0
16:18:43 [email protected] requires rustc 1.85.0
```
The AWS SDK for Rust team takes a pretty lenient approach with MSRV
upgrades and doesn't really treat them as breaking which is why aws-config
* Update Cargo.toml
Co-authored-by: Oleks V <[email protected]>
---------
Co-authored-by: Oleks V <[email protected]>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 4c19cb8c50..db704dcdaa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,7 +75,7 @@ license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/apache/datafusion"
# Define Minimum Supported Rust Version (MSRV)
-rust-version = "1.82.0"
+rust-version = "1.85.1"
# Define DataFusion version
version = "48.0.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]