Skip to content

Commit 77a90af

Browse files
committed
- change datafusion & s3tables MSRV
- downgrade faststr - downgrade aws crates to 1.39 Signed-off-by: xxchan <[email protected]>
1 parent c7d3860 commit 77a90af

File tree

3 files changed

+30
-112
lines changed

3 files changed

+30
-112
lines changed

Cargo.lock

Lines changed: 25 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/catalog/s3tables/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "iceberg-catalog-s3tables"
2020
version = { workspace = true }
2121
edition = { workspace = true }
2222
homepage = { workspace = true }
23-
rust-version = { workspace = true }
23+
rust-version = "1.81.0"
2424

2525
categories = ["database"]
2626
description = "Apache Iceberg Rust S3Tables Catalog"

crates/integrations/datafusion/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ name = "iceberg-datafusion"
2020
version = { workspace = true }
2121
edition = { workspace = true }
2222
homepage = { workspace = true }
23-
rust-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.80.1"
2427

2528
categories = ["database"]
2629
description = "Apache Iceberg DataFusion Integration"

0 commit comments

Comments
 (0)