From 4da19a9482a77764b95e56929b5061622e0a277e Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 28 Apr 2022 21:11:01 +0800 Subject: [PATCH] Bump to version 0.1.0 Signed-off-by: Xuanwo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b100582..d32868f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "Apache-2.0" name = "hdfs-sys" repository = "https://github.com/Xuanwo/hdrs" -version = "0.0.5" +version = "0.1.0" links = "hdfs" build = "build/main.rs"