Skip to content

Commit 18aa506

Browse files
committed
Bump version
1 parent 8e28d8e commit 18aa506

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hdfs-native-object-store/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdfs-native-object-store"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["Adam Binford <adamq43@gmail.com>"]
66
homepage = "https://github.com/Kimahriman/hdfs-native"
@@ -15,7 +15,7 @@ async-trait = { version = "0.1" }
1515
bytes = { workspace = true }
1616
chrono = { workspace = true }
1717
futures = { workspace = true }
18-
hdfs-native = { path = "../hdfs-native", version = "0.7" }
18+
hdfs-native = { path = "../hdfs-native", version = "0.8" }
1919
object_store = { version = "0.9", features = ["cloud"] }
2020
thiserror = "1"
2121
tokio = { workspace = true, features = ["rt", "net", "io-util", "macros", "sync", "time"] }

crates/hdfs-native/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdfs-native"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["Adam Binford <adamq43@gmail.com>"]
66
homepage = "https://github.com/Kimahriman/hdfs-native"

python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdfs-native-python"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["Adam Binford <adamq43@gmail.com>"]
66
homepage = "https://github.com/Kimahriman/hdfs-native"

0 commit comments

Comments
 (0)