Skip to content

Commit

Permalink
chore: update datafusion to 42
Browse files Browse the repository at this point in the history
  • Loading branch information
sdd committed Sep 22, 2024
1 parent dfd65d6 commit 865e565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/integrations/datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ keywords = ["iceberg", "integrations", "datafusion"]
[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
datafusion = { version = "41.0.0" }
datafusion = { version = "42" }
futures = { workspace = true }
iceberg = { workspace = true }
tokio = { workspace = true }
Expand Down

0 comments on commit 865e565

Please sign in to comment.