Skip to content

Commit

Permalink
Bump version and pyo3 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman authored Dec 7, 2024
1 parent b2d8cca commit c4dc031
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdfs-native-python"
version = "0.10.3"
version = "0.11.0"
edition = "2021"
authors = ["Adam Binford <[email protected]>"]
homepage = "https://github.com/Kimahriman/hdfs-native"
Expand Down Expand Up @@ -29,6 +29,6 @@ bytes = { workspace = true }
env_logger = { workspace = true }
hdfs-native = { path = "../rust" }
log = { workspace = true }
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py39"] }
pyo3 = { version = "0.23", features = ["extension-module", "abi3", "abi3-py39"] }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread"] }
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdfs-native"
version = "0.10.3"
version = "0.11.0"
edition = "2021"
authors = ["Adam Binford <[email protected]>"]
homepage = "https://github.com/Kimahriman/hdfs-native"
Expand Down

0 comments on commit c4dc031

Please sign in to comment.