Skip to content

Commit

Permalink
fix(deps): update rust crate pyo3-polars to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 90929ab commit 6a66db9
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 @@ -12,5 +12,5 @@ crate-type = ["cdylib"]
autocompress = { version = "0.6.0", features = ["gzip", "rayon", "xz", "zstd"] }
polars = { version = "0.43.1", features = ["diagonal_concat", "performant"] }
pyo3 = { version = "0.22", features = ["abi3-py310"] }
pyo3-polars = { version = "0.17.0", features = ["dtype-struct"]}
pyo3-polars = { version = "0.18.0", features = ["dtype-struct"]}
rayon = "1.10"

0 comments on commit 6a66db9

Please sign in to comment.