Skip to content

Commit

Permalink
Bump datafusion to v41
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Aug 8, 2024
1 parent 4ad1e9b commit b4c3bdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ rust-version = "1.76.0"
[dependencies]
arrow = "52.1.0"
arrow-schema = "52.1.0"
datafusion-common = "40"
datafusion-expr = "40"
datafusion-execution = "40"
datafusion-common = { git = "https://github.com/adriangb/datafusion.git", rev = "0d8d01577" }
datafusion-expr = { git = "https://github.com/adriangb/datafusion.git", rev = "0d8d01577" }
datafusion-execution = { git = "https://github.com/adriangb/datafusion.git", rev = "0d8d01577" }
jiter = "0.5"
paste = "1"
log = "0.4"

[dev-dependencies]
codspeed-criterion-compat = "2.3"
criterion = "0.5.1"
datafusion = "40"
datafusion = { git = "https://github.com/adriangb/datafusion.git", rev = "0d8d01577" }
clap = "4"
tokio = { version = "1.37", features = ["full"] }

Expand Down

0 comments on commit b4c3bdc

Please sign in to comment.