-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update rust crate pyo3 to 0.23
- Loading branch information
1 parent
d19515e
commit b10df65
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|
@@ -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" |