mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
Add serde feature for byte-unit
(#11786)
Fixes compilation error for `nu-protocol`
This commit is contained in:
parent
f5f21aca2d
commit
342907c04d
@ -17,7 +17,7 @@ nu-utils = { path = "../nu-utils", version = "0.90.0" }
|
|||||||
nu-path = { path = "../nu-path", version = "0.90.0" }
|
nu-path = { path = "../nu-path", version = "0.90.0" }
|
||||||
nu-system = { path = "../nu-system", version = "0.90.0" }
|
nu-system = { path = "../nu-system", version = "0.90.0" }
|
||||||
|
|
||||||
byte-unit = "5.1"
|
byte-unit = { version = "5.1", features = [ "serde" ] }
|
||||||
chrono = { version = "0.4", features = [ "serde", "std", "unstable-locales" ], default-features = false }
|
chrono = { version = "0.4", features = [ "serde", "std", "unstable-locales" ], default-features = false }
|
||||||
chrono-humanize = "0.2"
|
chrono-humanize = "0.2"
|
||||||
fancy-regex = "0.12"
|
fancy-regex = "0.12"
|
||||||
|
Loading…
Reference in New Issue
Block a user