diff options
Diffstat (limited to 'helix-tui/Cargo.toml')
-rw-r--r-- | helix-tui/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml index aa287497..5f22b7c8 100644 --- a/helix-tui/Cargo.toml +++ b/helix-tui/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/**/*", "README.md"] default = ["crossterm"] [dependencies] -bitflags = "1.0" +bitflags = "1.3" cassowary = "0.3" unicode-segmentation = "1.8" crossterm = { version = "0.20", optional = true } |