Skip to content

Commit e240a72

Browse files
committed
Bump to 0.6.4 and point to tag of arrow fork instead of branch
1 parent 8150b9e commit e240a72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.3"
3+
version = "0.6.4"
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/andrebsguedes/arrow-rs.git", branch = "backport-retries", features = ["azure", "aws"] }
24+
object_store = { git = "https://github.com/andrebsguedes/arrow-rs.git", tag = "v0.9.0-backport1", features = ["azure", "aws"] }
2525
thiserror = "1"
2626
anyhow = { version = "1", features = ["backtrace"] }
2727
once_cell = "1.18"

0 commit comments

Comments
 (0)