mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 16:58:41 +01:00
fix polars compile warnings (#3501)
This commit is contained in:
parent
48171f8e24
commit
e0f083d117
@ -24,15 +24,7 @@ num-integer = "0.1.44"
|
|||||||
num-traits = "0.2.14"
|
num-traits = "0.2.14"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_bytes = "0.11.5"
|
serde_bytes = "0.11.5"
|
||||||
|
polars = {version = "0.13.4", optional = true}
|
||||||
[dependencies.polars]
|
|
||||||
version = "0.13.4"
|
|
||||||
optional = true
|
|
||||||
|
|
||||||
# implement conversions
|
|
||||||
serde_json = "1.0"
|
|
||||||
serde_yaml = "0.8.16"
|
|
||||||
toml = "0.5.8"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
dataframe = ["polars"]
|
dataframe = ["polars"]
|
||||||
|
Loading…
Reference in New Issue
Block a user