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

@ -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 }