Add serde feature for byte-unit (#11786)

Fixes compilation error for `nu-protocol`
This commit is contained in:
Ian Manske 2024-02-06 22:20:09 +00:00 committed by GitHub
parent f5f21aca2d
commit 342907c04d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ nu-utils = { path = "../nu-utils", version = "0.90.0" }
nu-path = { path = "../nu-path", 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-humanize = "0.2"
fancy-regex = "0.12"