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:
153153 rust-version : ${{ env.rust_msrv }}
154154 - name : Check MSRV
155155 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 }
2020homepage = { workspace = true }
2121name = " iceberg-datafusion"
2222version = { 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 }
2724
2825categories = [" database" ]
2926description = " Apache Iceberg DataFusion Integration"
You can’t perform that action at this time.
0 commit comments