File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
crates/integrations/datafusion Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -153,4 +153,4 @@ jobs:
153
153
rust-version : ${{ env.rust_msrv }}
154
154
- name : Check MSRV
155
155
run : |
156
- cargo +${{ env.rust_msrv }} check --locked --workspace --exclude iceberg-datafusion --exclude iceberg-catalog-s3tables --exclude iceberg-integration-tests
156
+ cargo +${{ env.rust_msrv }} check --locked --workspace
Original file line number Diff line number Diff line change @@ -20,10 +20,7 @@ edition = { workspace = true }
20
20
homepage = { workspace = true }
21
21
name = " iceberg-datafusion"
22
22
version = { workspace = true }
23
- # kept the same as DataFusion's MSRV
24
- # https://github.com/apache/datafusion?tab=readme-ov-file#rust-version-compatibility-policy
25
- # https://github.com/apache/datafusion/blob/main/Cargo.toml#L68
26
- rust-version = " 1.82"
23
+ rust-version = { workspace = true }
27
24
28
25
categories = [" database" ]
29
26
description = " Apache Iceberg DataFusion Integration"
You can’t perform that action at this time.
0 commit comments