Skip to content

Commit 0017b9f

Browse files
authored
Merge pull request #3 from datafusion-contrib/docs-update
Update some documenation
2 parents 77ac2e6 + 1ea461d commit 0017b9f

File tree

4 files changed

+122
-73
lines changed

4 files changed

+122
-73
lines changed

Cargo.lock

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

Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdfs-native-object-store"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
edition = "2021"
55
authors = ["Adam Binford <[email protected]>"]
66
homepage = "https://github.com/datafusion-contrib/hdfs-native-object-store"
@@ -15,8 +15,7 @@ async-trait = "0.1"
1515
bytes = "1"
1616
chrono = "0.4"
1717
futures = "0.3"
18-
# Need master branch until next version is released for tests to pass
19-
hdfs-native = { version = "0.9", git = "https://github.com/Kimahriman/hdfs-native.git" }
18+
hdfs-native = "0.9"
2019
object_store = "0.10"
2120
thiserror = "1"
2221
tokio = { version = "1", features = ["rt", "net", "io-util", "macros", "sync", "time"] }

0 commit comments

Comments
 (0)