Skip to content

Commit

Permalink
Object store 0.11 (#8)
Browse files Browse the repository at this point in the history
* Update object store version range to include 0.11

* Bump version and update compatibility chart
  • Loading branch information
Kimahriman authored Aug 22, 2024
1 parent c554996 commit 2fe97d3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
36 changes: 19 additions & 17 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 = "hdfs-native-object-store"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
authors = ["Adam Binford <[email protected]>"]
homepage = "https://github.com/datafusion-contrib/hdfs-native-object-store"
Expand All @@ -16,7 +16,7 @@ bytes = "1"
chrono = "0.4"
futures = "0.3"
hdfs-native = "0.10"
object_store = "0.10"
object_store = ">= 0.10, < 0.12"
thiserror = "1"
tokio = { version = "1", features = ["rt", "net", "io-util", "macros", "sync", "time"] }

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Each release supports a certain minor release of both the `object_store` crate a
|0.9.x|0.9|0.9|
|0.10.x|0.10|0.9|
|0.11.x|0.10|0.10|
|0.12.0|>=0.10, <0.12|0.10|

# Usage
```rust
Expand Down

0 comments on commit 2fe97d3

Please sign in to comment.