mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 23:17:44 +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:
@@ -16,6 +16,5 @@ nu-protocol = { path = "../nu-protocol", version = "0.83.2" }
|
||||
|
||||
bincode = "1.3"
|
||||
rmp-serde = "1.1"
|
||||
# Due to https://github.com/serde-rs/serde/issues/2538
|
||||
serde = { version = "1.0, < 1.0.172" }
|
||||
serde = { version = "1.0" }
|
||||
serde_json = { version = "1.0"}
|
||||
|
Reference in New Issue
Block a user