mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +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:
@ -22,8 +22,7 @@ chrono = { version = "0.4", features = ["std", "unstable-locales"], default-feat
|
||||
fancy-regex = "0.11"
|
||||
indexmap = { version = "2.0" }
|
||||
num = { version = "0.4", optional = true }
|
||||
# Due to https://github.com/serde-rs/serde/issues/2538
|
||||
serde = { version = "1.0, < 1.0.172", features = ["derive"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
sqlparser = { version = "0.34", features = ["serde"], optional = true }
|
||||
polars-io = { version = "0.30.0", features = ["avro"] }
|
||||
|
||||
|
Reference in New Issue
Block a user