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

@ -43,6 +43,7 @@ nucleo = "0.5.0"
slotmap = "1.0.7" slotmap = "1.0.7"
thiserror = "2.0" thiserror = "2.0"
tempfile = "3.15.0" tempfile = "3.15.0"
bitflags = "2.7"
[workspace.package] [workspace.package]
version = "25.1.0" version = "25.1.0"

View file

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

View file

@ -21,7 +21,7 @@ keywords = ["language", "server", "lsp", "vscode", "lsif"]
license = "MIT" license = "MIT"
[dependencies] [dependencies]
bitflags = "2.7.0" bitflags.workspace = true
serde = { version = "1.0.217", features = ["derive"] } serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135" serde_json = "1.0.135"
serde_repr = "0.1" serde_repr = "0.1"

View file

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

View file

@ -18,7 +18,7 @@ default = ["crossterm"]
helix-view = { path = "../helix-view", features = ["term"] } helix-view = { path = "../helix-view", features = ["term"] }
helix-core = { path = "../helix-core" } helix-core = { path = "../helix-core" }
bitflags = "2.7" bitflags.workspace = true
cassowary = "0.3" cassowary = "0.3"
unicode-segmentation = "1.12" unicode-segmentation = "1.12"
crossterm = { version = "0.28", optional = true } crossterm = { version = "0.28", optional = true }

View file

@ -24,7 +24,7 @@ helix-lsp = { path = "../helix-lsp" }
helix-dap = { path = "../helix-dap" } helix-dap = { path = "../helix-dap" }
helix-vcs = { path = "../helix-vcs" } helix-vcs = { path = "../helix-vcs" }
bitflags = "2.7" bitflags.workspace = true
anyhow = "1" anyhow = "1"
crossterm = { version = "0.28", optional = true } crossterm = { version = "0.28", optional = true }