Skip to content

Commit c6fad55

Browse files
committed
Bump bitflags
1 parent 3ed27d2 commit c6fad55

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ lsp-server = { version = "0.7.4" }
9191

9292
# non-local crates
9393
anyhow = "1.0.75"
94+
bitflags = "2.4.1"
9495
cargo_metadata = "0.18.1"
9596
dissimilar = "1.0.7"
9697
either = "1.9.0"

crates/hir-def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313

1414
[dependencies]
1515
arrayvec = "0.7.2"
16-
bitflags = "2.1.0"
16+
bitflags.workspace = true
1717
cov-mark = "2.0.0-pre.1"
1818
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
1919
dashmap = { version = "=5.4.0", features = ["raw-api"] }

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
cov-mark = "2.0.0-pre.1"
1616
itertools.workspace = true
1717
arrayvec = "0.7.2"
18-
bitflags = "2.1.0"
18+
bitflags.workspace = true
1919
smallvec.workspace = true
2020
ena = "0.14.0"
2121
either.workspace = true

0 commit comments

Comments
 (0)