Skip to content

Commit

Permalink
Bump polars to 0.41 (#803)
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Wagner <[email protected]>
  • Loading branch information
nwagner84 authored Aug 6, 2024
1 parent 8b3ce73 commit 9b9bcab
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 @@ -35,7 +35,7 @@ clap = "4.5"
clap_complete = "4.5"
csv = "1.3"
flate2 = "1.0"
polars = { version = "0.40", features = ["ipc", "decompress", "performant"] }
polars = { version = "0.41", features = ["ipc", "decompress", "performant"] }
quickcheck = "1.0"
rand = "0.8"
regex = "1.10"
Expand Down

0 comments on commit 9b9bcab

Please sign in to comment.