Skip to content

Commit f4aef83

Browse files
committed
Update object store version range to include 0.11
1 parent c554996 commit f4aef83

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)