Skip to content

Commit

Permalink
Bump to 0.6.4 and point to tag of arrow fork instead of branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebsguedes committed Apr 9, 2024
1 parent 8150b9e commit e240a72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object_store_ffi"
version = "0.6.3"
version = "0.6.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -21,7 +21,7 @@ futures-util = "0.3"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "trust-dns"] }
# object_store = { version = "0.8", features = ["azure", "aws"] }
# Pinned to a specific commit while waiting for the next release
object_store = { git = "https://github.com/andrebsguedes/arrow-rs.git", branch = "backport-retries", features = ["azure", "aws"] }
object_store = { git = "https://github.com/andrebsguedes/arrow-rs.git", tag = "v0.9.0-backport1", features = ["azure", "aws"] }
thiserror = "1"
anyhow = { version = "1", features = ["backtrace"] }
once_cell = "1.18"
Expand Down

0 comments on commit e240a72

Please sign in to comment.