mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 16:15:20 +02:00
Bump indexmap
to 2.0 (#9643)
# Description Apart from `polars` (only used with `--features dataframe`) and the dev-dependencies our deps use `indexmap 2.0`. Thus the default or `extra` `cargo build` will reduce deps. This also will help deduplicating `hashbrown` and `ahash`. For #8060 - Bump `indexmap` to 2.0 - Remove unneeded `serde` feature from `indexmap` # User-Facing Changes None
This commit is contained in:
committed by
GitHub
parent
92354a817c
commit
a3702e1eb7
@ -13,4 +13,4 @@ version = "0.82.1"
|
||||
nu-engine = { path = "../nu-engine", version = "0.82.1" }
|
||||
nu-path = { path = "../nu-path", version = "0.82.1" }
|
||||
nu-protocol = { version = "0.82.1", path = "../nu-protocol" }
|
||||
indexmap = { version = "1.7", features = ["serde-1"] }
|
||||
indexmap = { version = "2.0" }
|
||||
|
Reference in New Issue
Block a user