Skip to content

Commit

Permalink
Bump to version 0.1.7 (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Dec 22, 2022
1 parent 4b57b7a commit 7fe356e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 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.6"
version = "0.1.7"

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

[dependencies]
futures-io = { version = "0.3.21", optional = true }
errno = "0.2.8"
futures-io = { version = "0.3", optional = true }
errno = "0.2"
# hdrs requires at least hadoop 2.3 to work.
# hadoop 2.2 doesn't handle FileNotFound correctly.
#
# hdrs requires at least hadoop 2.6 to work.
# Older version of hadoop doesn't handle errno correctly.
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 }
libc = "0.2"
log = "0.4"
tokio = { version = "1", optional = true }

[dev-dependencies]
anyhow = "1.0.57"
dotenv = "0.15.0"
env_logger = "0.10.0"
futures = "0.3.21"
rand = "0.8.5"
tokio = { version = "1.18.0", features = ["full"] }
uuid = { version = "1.0.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
anyhow = "1"
dotenv = "0.15"
env_logger = "0.10"
futures = "0.3"
rand = "0.8"
tokio = { version = "1", features = ["full"] }
uuid = { version = "1", features = ["v4", "fast-rng", "macro-diagnostics"] }

0 comments on commit 7fe356e

Please sign in to comment.