Skip to content

Commit

Permalink
polars: update dependency to v0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
wsyxbcl authored and jmcnamara committed Dec 7, 2024
1 parent 04ae69a commit 22e43d4
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 @@ -20,7 +20,7 @@ ryu = {version = "1.0.18", optional = true}
serde = {version = "1.0.203", features = ["derive"], optional = true}
chrono = {version = "0.4.38", default-features = false, features = ["clock", "wasmbind", "serde"], optional = true}
js-sys = {version = "0.3.69", optional = true}
polars = {version = "0.43", default-features = false, features = [], optional = true}
polars = {version = "0.44", default-features = false, features = [], optional = true}
tempfile = {version = "3.12.0", optional = true}
wasm-bindgen = {version = "0.2.92", optional = true}
rust_xlsxwriter_derive = {version = "0.2.0", optional = true}
Expand Down

0 comments on commit 22e43d4

Please sign in to comment.