Skip to content

Commit

Permalink
Update some documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Jun 4, 2024
1 parent 77ac2e6 commit 1ea461d
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 73 deletions.
121 changes: 62 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 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.9.1"
version = "0.10.0"
edition = "2021"
authors = ["Adam Binford <[email protected]>"]
homepage = "https://github.com/datafusion-contrib/hdfs-native-object-store"
Expand All @@ -15,8 +15,7 @@ async-trait = "0.1"
bytes = "1"
chrono = "0.4"
futures = "0.3"
# Need master branch until next version is released for tests to pass
hdfs-native = { version = "0.9", git = "https://github.com/Kimahriman/hdfs-native.git" }
hdfs-native = "0.9"
object_store = "0.10"
thiserror = "1"
tokio = { version = "1", features = ["rt", "net", "io-util", "macros", "sync", "time"] }
Expand Down
Loading

0 comments on commit 1ea461d

Please sign in to comment.