mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 02:28:35 +02:00
Update to polars 0.16 (#4013)
* update to polars 0.16 * enabled features for polars
This commit is contained in:
@ -32,7 +32,7 @@ serde_yaml = "0.8.16"
|
||||
toml = "0.5.8"
|
||||
|
||||
[dependencies.polars]
|
||||
version = "0.15.1"
|
||||
version = "0.16.0"
|
||||
optional = true
|
||||
features = ["default", "serde", "rows", "strings", "checked_arithmetic", "object", "dtype-duration-ns"]
|
||||
|
||||
|
Reference in New Issue
Block a user