Skip to content

Commit

Permalink
fix(deps): update rust crate pyo3 to 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent d19515e commit b10df65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustext"
version = "0.1.2"
version = "0.2.0"
authors = ["Luke Shingles <[email protected]>"]
edition = "2021"

Expand All @@ -11,6 +11,6 @@ crate-type = ["cdylib"]
[dependencies]
autocompress = { version = "0.6.0", features = ["gzip", "rayon", "xz", "zstd"] }
polars = { version = "0.44.1", features = ["diagonal_concat", "performant"] }
pyo3 = { version = "0.21", features = ["abi3-py310"] }
pyo3 = { version = "0.23", features = ["abi3-py310"] }
pyo3-polars = { version = "0.18.0", features = ["dtype-struct"] }
rayon = "1.10"

0 comments on commit b10df65

Please sign in to comment.