mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Use a workspace dependency for bitflags
This commit is contained in:
parent
3d772afc8b
commit
27bb2447db
6 changed files with 6 additions and 5 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue