From 532a595c4105f5787d5ee5e6e42bef8a91a680cf Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 17 Oct 2021 15:51:27 +0200 Subject: [PATCH] chore: pin bitflags version to 1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 220f55d..82bc241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"