diff --git a/Cargo.lock b/Cargo.lock index 988664b..a6bde9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,7 +770,7 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "hdfs-native" -version = "0.9.1" +version = "0.9.2" dependencies = [ "aes", "base64", @@ -814,7 +814,7 @@ dependencies = [ [[package]] name = "hdfs-native-object-store" -version = "0.9.1" +version = "0.9.2" dependencies = [ "async-trait", "bytes", @@ -833,7 +833,7 @@ dependencies = [ [[package]] name = "hdfs-native-python" -version = "0.9.1" +version = "0.9.2" dependencies = [ "bytes", "env_logger", diff --git a/crates/hdfs-native-object-store/Cargo.toml b/crates/hdfs-native-object-store/Cargo.toml index a47d336..7633311 100644 --- a/crates/hdfs-native-object-store/Cargo.toml +++ b/crates/hdfs-native-object-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native-object-store" -version = "0.9.1" +version = "0.9.2" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native" diff --git a/crates/hdfs-native/Cargo.toml b/crates/hdfs-native/Cargo.toml index f3ac4a7..fc1f207 100644 --- a/crates/hdfs-native/Cargo.toml +++ b/crates/hdfs-native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native" -version = "0.9.1" +version = "0.9.2" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native" diff --git a/python/Cargo.toml b/python/Cargo.toml index d69dc5b..9507327 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native-python" -version = "0.9.1" +version = "0.9.2" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native"