chore: fix optional attribute for `serde` feature (#571)

Signed-off-by: ljedrz <ljedrz@gmail.com>
inline
ljedrz 2 years ago committed by GitHub
parent ef583cead9
commit d05e696d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ unicode-segmentation = "1.2"
unicode-width = "0.1"
termion = { version = "1.5", optional = true }
crossterm = { version = "0.22", optional = true }
serde = { version = "1", "optional" = true, features = ["derive"]}
serde = { version = "1", optional = true, features = ["derive"]}
[dev-dependencies]
rand = "0.8"

Loading…
Cancel
Save