From c2d35d1412c0e6fc42f450bb89451bcfa0f122e4 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Fri, 3 Jun 2022 10:29:27 +0800 Subject: [PATCH] Bump to version 0.1.4 (#68) Signed-off-by: Xuanwo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 49c61a9..83dd1ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 @@ -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. # @@ -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"