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

@ -17,7 +17,7 @@ etcetera = "0.8"
ropey = { version = "1.6.1", default-features = false }
which = "7.0"
regex-cursor = "0.1.4"
bitflags = "2.7"
bitflags.workspace = true
once_cell = "1.19"
regex-automata = "0.4.9"