Skip to content

Commit

Permalink
Bump to version 0.1.4 (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jun 3, 2022
1 parent 1498d8a commit c2d35d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
license = "Apache-2.0"
name = "hdrs"
repository = "https://github.com/Xuanwo/hdrs"
version = "0.1.3"
version = "0.1.4"

[package.metadata.docs.rs]
all-features = true
Expand All @@ -17,6 +17,7 @@ tokio-io = ["tokio"]

[dependencies]
futures-io = { version = "0.3.21", optional = true }
errno = "0.2.8"
# hdrs requires at least hadoop 2.3 to work.
# hadoop 2.2 doesn't handle FileNotFound correctly.
#
Expand All @@ -26,7 +27,6 @@ hdfs-sys = { version = "0.2.0", features = ["hdfs_2_6"] }
libc = "0.2.124"
log = "0.4.16"
tokio = { version = "1.18.0", optional = true }
errno = "0.2.8"

[dev-dependencies]
anyhow = "1.0.57"
Expand Down

0 comments on commit c2d35d1

Please sign in to comment.