Skip to content

Commit

Permalink
Bump pyo3 from 0.21.2 to 0.22.2 with py-clone feature
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 authored and tmontaigu committed Sep 19, 2024
1 parent c769cb0 commit 5840f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ version = "0.9.2"
features = ["parallel"]

[dependencies.pyo3]
version = "0.21.2"
features = ["extension-module"]
version = "0.22.2"
features = ["extension-module", "py-clone"]
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ impl LazVlr {
}

#[classmethod]
#[pyo3(signature = (point_format_id, num_extra_bytes, use_variable_size_chunks=false))]
fn new_for_compression<'py>(
_cls: &Bound<'py, PyType>,
point_format_id: u8,
Expand Down

0 comments on commit 5840f0b

Please sign in to comment.