From 453eb004294c9b63b64ea69451158cef4dd4105a Mon Sep 17 00:00:00 2001 From: Adam Binford Date: Mon, 4 Nov 2024 21:02:05 +0000 Subject: [PATCH] Bump version 0.10.2 --- Cargo.lock | 4 ++-- python/Cargo.toml | 2 +- rust/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df09465..9e16630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -703,7 +703,7 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "hdfs-native" -version = "0.10.1" +version = "0.10.2" dependencies = [ "aes", "base64", @@ -749,7 +749,7 @@ dependencies = [ [[package]] name = "hdfs-native-python" -version = "0.10.1" +version = "0.10.2" dependencies = [ "bytes", "env_logger", diff --git a/python/Cargo.toml b/python/Cargo.toml index 627c502..91b5137 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native-python" -version = "0.10.1" +version = "0.10.2" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index dcb0374..133b3be 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native" -version = "0.10.1" +version = "0.10.2" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native"