mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 05:58:40 +02:00
Less deps (#4038)
* compiles on nightly now. (breaking change) * less deps * Switch over to new resolver (it's been stable for a while.) * let's leave num-format for another PR
This commit is contained in:
@ -26,11 +26,6 @@ num-traits = "0.2.14"
|
||||
serde = { version="1.0", features=["derive"] }
|
||||
serde_bytes = "0.11.5"
|
||||
|
||||
# implement conversions
|
||||
serde_json = "1.0"
|
||||
serde_yaml = "0.8.16"
|
||||
toml = "0.5.8"
|
||||
|
||||
[dependencies.polars]
|
||||
version = "0.16.0"
|
||||
optional = true
|
||||
|
Reference in New Issue
Block a user