Skip to content

Commit e0dcdbd

Browse files
committed
Use latest main of object_store
Same commit used by pyo3-object_store
1 parent b67ac67 commit e0dcdbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ flate2 = "1.0.20"
1010
futures = "0.3.31"
1111
jpeg = { package = "jpeg-decoder", version = "0.3.0", default-features = false }
1212
num_enum = "0.7.3"
13-
object_store = "0.11"
13+
# Match the version used by pyo3-object-store
14+
object_store = { git = "https://github.com/apache/arrow-rs", rev = "7a15e4b47ca97df2edef689c9f2ebd2f3888b79e" }
1415
thiserror = "1"
1516
tiff = "0.9"
1617
tokio = { version = "1.43.0", optional = true }

0 commit comments

Comments
 (0)