Skip to content

Commit e4edf6c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)