Skip to content

Commit b15c769

Browse files
Merge pull request #33 from EnergySystemsModellingLab/dependabot/cargo/polars-0.53.0
Build(deps): Update polars requirement from 0.52.0 to 0.53.0
2 parents 7c7ab64 + 8339357 commit b15c769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ edition = "2021"
66
[dependencies]
77
csv = "1.3.0"
88
highs = "2.0.0"
9-
polars = {version = "0.52.0", features = ["lazy", "csv"]}
9+
polars = {version = "0.53.0", features = ["lazy", "csv"]}
1010
serde = {version = "1.0.202", features = ["derive"]}
1111
toml = "0.9.6"

0 commit comments

Comments
 (0)