From 18aa506c55e860fbc5c2c536f46d45906a58fa08 Mon Sep 17 00:00:00 2001 From: Adam Binford Date: Thu, 21 Mar 2024 06:23:27 -0400 Subject: [PATCH] Bump version --- Cargo.lock | 6 +++--- crates/hdfs-native-object-store/Cargo.toml | 4 ++-- crates/hdfs-native/Cargo.toml | 2 +- python/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b87a0ca..11f698a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,7 +670,7 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "hdfs-native" -version = "0.7.0" +version = "0.8.0" dependencies = [ "base64", "bytes", @@ -705,7 +705,7 @@ dependencies = [ [[package]] name = "hdfs-native-object-store" -version = "0.7.0" +version = "0.8.0" dependencies = [ "async-trait", "bytes", @@ -724,7 +724,7 @@ dependencies = [ [[package]] name = "hdfs-native-python" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bytes", "env_logger", diff --git a/crates/hdfs-native-object-store/Cargo.toml b/crates/hdfs-native-object-store/Cargo.toml index 6a6fa25..f6385b0 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.7.0" +version = "0.8.0" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native" @@ -15,7 +15,7 @@ async-trait = { version = "0.1" } bytes = { workspace = true } chrono = { workspace = true } futures = { workspace = true } -hdfs-native = { path = "../hdfs-native", version = "0.7" } +hdfs-native = { path = "../hdfs-native", version = "0.8" } object_store = { version = "0.9", features = ["cloud"] } thiserror = "1" tokio = { workspace = true, features = ["rt", "net", "io-util", "macros", "sync", "time"] } diff --git a/crates/hdfs-native/Cargo.toml b/crates/hdfs-native/Cargo.toml index c97282c..f99f64d 100644 --- a/crates/hdfs-native/Cargo.toml +++ b/crates/hdfs-native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native" diff --git a/python/Cargo.toml b/python/Cargo.toml index 7e4258e..b56f730 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native-python" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native"