Skip to content

Commit 8150b9e

Browse files
committed
Bump to 0.6.3
1 parent c8d365d commit 8150b9e

File tree

2 files changed

+82
-86
lines changed

2 files changed

+82
-86
lines changed

Cargo.lock

Lines changed: 80 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object_store_ffi"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -21,7 +21,7 @@ futures-util = "0.3"
2121
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "trust-dns"] }
2222
# object_store = { version = "0.8", features = ["azure", "aws"] }
2323
# Pinned to a specific commit while waiting for the next release
24-
object_store = { git = "https://github.com/apache/arrow-rs.git", rev = "0fd9b8a", features = ["azure", "aws"] }
24+
object_store = { git = "https://github.com/andrebsguedes/arrow-rs.git", branch = "backport-retries", features = ["azure", "aws"] }
2525
thiserror = "1"
2626
anyhow = { version = "1", features = ["backtrace"] }
2727
once_cell = "1.18"

0 commit comments

Comments
 (0)