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 25d0ff6 commit a78bd3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ 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 a78bd3c

Please sign in to comment.