Skip to content

Commit 2fe97d3

Browse files
authored
Object store 0.11 (#8)
* Update object store version range to include 0.11 * Bump version and update compatibility chart
1 parent c554996 commit 2fe97d3

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

Cargo.lock

+19-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdfs-native-object-store"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
authors = ["Adam Binford <[email protected]>"]
66
homepage = "https://github.com/datafusion-contrib/hdfs-native-object-store"
@@ -16,7 +16,7 @@ bytes = "1"
1616
chrono = "0.4"
1717
futures = "0.3"
1818
hdfs-native = "0.10"
19-
object_store = "0.10"
19+
object_store = ">= 0.10, < 0.12"
2020
thiserror = "1"
2121
tokio = { version = "1", features = ["rt", "net", "io-util", "macros", "sync", "time"] }
2222

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Each release supports a certain minor release of both the `object_store` crate a
99
|0.9.x|0.9|0.9|
1010
|0.10.x|0.10|0.9|
1111
|0.11.x|0.10|0.10|
12+
|0.12.0|>=0.10, <0.12|0.10|
1213

1314
# Usage
1415
```rust

0 commit comments

Comments
 (0)