Skip to content

Commit 34d284a

Browse files
committed
Bump version and pyo3
1 parent b2d8cca commit 34d284a

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

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

python/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdfs-native-python"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["Adam Binford <adamq43@gmail.com>"]
66
homepage = "https://github.com/Kimahriman/hdfs-native"
@@ -29,6 +29,6 @@ bytes = { workspace = true }
2929
env_logger = { workspace = true }
3030
hdfs-native = { path = "../rust" }
3131
log = { workspace = true }
32-
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py39"] }
32+
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py39"] }
3333
thiserror = { workspace = true }
3434
tokio = { workspace = true, features = ["rt-multi-thread"] }

rust/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.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["Adam Binford <adamq43@gmail.com>"]
66
homepage = "https://github.com/Kimahriman/hdfs-native"

0 commit comments

Comments
 (0)