Skip to content

Commit 5cef86f

Browse files
authored
Upgrade to object_store 0.13 (#27)
1 parent 04e6ac8 commit 5cef86f

File tree

4 files changed

+157
-224
lines changed

4 files changed

+157
-224
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdfs-native-object-store"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
edition = "2021"
55
authors = ["Adam Binford <[email protected]>"]
66
homepage = "https://github.com/datafusion-contrib/hdfs-native-object-store"
@@ -15,8 +15,8 @@ async-trait = "0.1"
1515
bytes = "1"
1616
chrono = "0.4"
1717
futures = "0.3"
18-
hdfs-native = "0.12.2"
19-
object_store = "0.12.2"
18+
hdfs-native = "0.13"
19+
object_store = "0.13"
2020
thiserror = "2"
2121
tokio = { version = "1", features = ["rt", "net", "io-util", "macros", "sync", "time"] }
2222

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Each release supports a certain minor release of both the `object_store` crate a
1313
|0.13.x|>=0.10, <0.12|0.11|
1414
|0.14.x|0.12|0.11|
1515
|0.15.x|>=0.12.2, <0.13|0.12|
16+
|0.16.x|0.13|0.13|
1617

1718
# Usage
1819
```rust

0 commit comments

Comments
 (0)