Skip to content

Commit

Permalink
fix: object_store 0.9.0 since 0.9.1 causes CI failure (#2245)
Browse files Browse the repository at this point in the history
# Description
See
#2229 (comment)

This fixes object_store to use 0.9.0 for now,
  • Loading branch information
aersam authored Mar 5, 2024
1 parent cedf6dd commit 8b601ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ arrow-ord = { version = "50" }
arrow-row = { version = "50" }
arrow-schema = { version = "50" }
arrow-select = { version = "50" }
object_store = { version = "0.9" }
object_store = { version = "=0.9.0" }
parquet = { version = "50" }

# datafusion
Expand Down

0 comments on commit 8b601ab

Please sign in to comment.