Updated polars version for faster CSV reader (#3781)

This commit is contained in:
Fernando Herrera
2021-07-14 21:33:21 +01:00
committed by GitHub
parent 2864eaebae
commit 3645a0f0e4
5 changed files with 44 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ nu-value-ext = { version = "0.34.0", path="../nu-value-ext" }
nu-ansi-term = { version = "0.34.0", path="../nu-ansi-term" }
[dependencies.polars]
version = "0.14.5"
version = "0.14.7"
optional = true
features = ["strings", "checked_arithmetic"]