mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17: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
|
@ -24,7 +24,7 @@ helix-lsp = { path = "../helix-lsp" }
|
|||
helix-dap = { path = "../helix-dap" }
|
||||
helix-vcs = { path = "../helix-vcs" }
|
||||
|
||||
bitflags = "2.7"
|
||||
bitflags.workspace = true
|
||||
anyhow = "1"
|
||||
crossterm = { version = "0.28", optional = true }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue