Use a workspace dependency for bitflags

This commit is contained in:
Michael Davis 2025-01-13 18:26:31 -05:00
parent 3d772afc8b
commit 27bb2447db
No known key found for this signature in database
6 changed files with 6 additions and 5 deletions

View file

@ -18,7 +18,7 @@ default = ["crossterm"]
helix-view = { path = "../helix-view", features = ["term"] }
helix-core = { path = "../helix-core" }
bitflags = "2.7"
bitflags.workspace = true
cassowary = "0.3"
unicode-segmentation = "1.12"
crossterm = { version = "0.28", optional = true }