mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 12:24:22 +02:00
Revert "pin serde to avoid https://github.com/serde-rs/serde/issues/2538" (#10078)
Reverts nushell/nushell#10061 The latest serde (1.0.184) reverts the binary requirement.
This commit is contained in:
@@ -23,8 +23,7 @@ indexmap = "2.0"
|
||||
lru = "0.11"
|
||||
miette = { version = "5.10", features = ["fancy-no-backtrace"] }
|
||||
num-format = "0.4"
|
||||
# Due to https://github.com/serde-rs/serde/issues/2538
|
||||
serde = { version = "1.0, < 1.0.172", default-features = false }
|
||||
serde = { version = "1.0", default-features = false }
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
thiserror = "1.0"
|
||||
typetag = "0.2"
|
||||
|
Reference in New Issue
Block a user