Skip to content

Commit 3fb0088

Browse files
authored
refactor: use the same MSRV for datafusion integration (#1197)
1 parent 6dc9413 commit 3fb0088

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

crates/integrations/datafusion/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ edition = { workspace = true }
2020
homepage = { workspace = true }
2121
name = "iceberg-datafusion"
2222
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 }
2724

2825
categories = ["database"]
2926
description = "Apache Iceberg DataFusion Integration"

0 commit comments

Comments
 (0)