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

@ -36,7 +36,7 @@ tree-sitter.workspace = true
once_cell = "1.20"
arc-swap = "1"
regex = "1"
bitflags = "2.7"
bitflags.workspace = true
ahash = "0.8.11"
hashbrown = { version = "0.14.5", features = ["raw"] }
dunce = "1.0"