From 8b601ab8bb927fd90ab04c9e39ea32631224fad3 Mon Sep 17 00:00:00 2001 From: Adrian Ehrsam <5270024+aersam@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:55:07 +0100 Subject: [PATCH] fix: object_store 0.9.0 since 0.9.1 causes CI failure (#2245) # Description See https://github.com/delta-io/delta-rs/pull/2229#issuecomment-1978658659 This fixes object_store to use 0.9.0 for now, --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6819cde0b..348cfd5310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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