Skip to content

Commit

Permalink
Merge pull request #116 from nyx-space/dependabot/cargo/polars-0.33
Browse files Browse the repository at this point in the history
Update polars requirement from 0.32 to 0.33
  • Loading branch information
ChristopherRabotin authored Sep 20, 2023
2 parents 5766b61 + 6c6b5fd commit 6724626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ parquet = "46.0.0"
arrow = "46.0.0"
criterion = "0.5"
iai = "0.1"
polars = {version = "0.32", features = ["lazy", "parquet"]}
polars = {version = "0.33", features = ["lazy", "parquet"]}
rayon = "1.7"

[features]
Expand Down

0 comments on commit 6724626

Please sign in to comment.