mirror of
https://github.com/fdehau/tui-rs.git
synced 2024-11-18 21:26:33 +00:00
chore: fix optional attribute for serde
feature (#571)
Signed-off-by: ljedrz <ljedrz@gmail.com>
This commit is contained in:
parent
ef583cead9
commit
d05e696d45
@ -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…
Reference in New Issue
Block a user