Skip to content

Commit

Permalink
Pin object_store to 0.5.5 at the moment
Browse files Browse the repository at this point in the history
The object_store 0.5.6 release introduces some deprecation warnings which are
addressed in delta-io#1249
  • Loading branch information
rtyler committed Apr 5, 2023
1 parent d9920aa commit 2ea11cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log = "0"
libc = ">=0.2.90, <1"
num-bigint = "0.4"
num-traits = "0.2.15"
object_store = "0.5.3"
object_store = "=0.5.5"
once_cell = "1.16.0"
parking_lot = "0.12"
parquet = { version = "33", features = [
Expand Down

0 comments on commit 2ea11cb

Please sign in to comment.