mirror of
https://github.com/nushell/nushell.git
synced 2024-12-24 16:09:11 +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"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_bytes = "0.11.5"
|
||||
|
||||
[dependencies.polars]
|
||||
version = "0.13.4"
|
||||
optional = true
|
||||
|
||||
# implement conversions
|
||||
serde_json = "1.0"
|
||||
serde_yaml = "0.8.16"
|
||||
toml = "0.5.8"
|
||||
polars = {version = "0.13.4", optional = true}
|
||||
|
||||
[features]
|
||||
dataframe = ["polars"]
|
||||
|
Loading…
Reference in New Issue
Block a user