Skip to content

Commit d2d41b4

Browse files
committed
Auto merge of rust-lang#17917 - ShoyuVanilla:pin-rowan, r=lnicola
Pin `rowan` to `0.15.15` To prevent rust-lang#17914, I think that it would be safer pinning this before we fix it correctly
2 parents 01245bd + d3fa5e9 commit d2d41b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/syntax/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ doctest = false
1616
cov-mark = "2.0.0-pre.1"
1717
either.workspace = true
1818
itertools.workspace = true
19-
rowan = "0.15.15"
19+
rowan = "=0.15.15"
2020
rustc-hash.workspace = true
2121
indexmap.workspace = true
2222
smol_str.workspace = true

0 commit comments

Comments
 (0)