chore: pin bitflags version to 1.3

This commit is contained in:
Florian Dehau 2021-10-17 15:51:27 +02:00
parent 25ce5bc90b
commit 532a595c41

View file

@ -21,7 +21,7 @@ default = ["termion"]
curses = ["easycurses", "pancurses"]
[dependencies]
bitflags = "1.0"
bitflags = "1.3"
cassowary = "0.3"
unicode-segmentation = "1.2"
unicode-width = "0.1"