Skip to content

Commit

Permalink
fix msrv check
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Sep 4, 2024
1 parent f7b4b8c commit 25d0ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ readme = "README.md"
arrow = { version = "52.2.0" }
async-trait = "0.1.73"
aws-config = "1.5.5"
# Lock the version to pass the MSRV check
aws-sdk-sts = "1.39.0"
aws-credential-types = "1.2.0"
clap = { version = "4.5.16", features = ["derive", "cargo"] }
datafusion = { path = "../datafusion/core", version = "41.0.0", features = [
Expand Down

0 comments on commit 25d0ff6

Please sign in to comment.