mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
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
This commit is contained in:
commit
e4edf6ca94
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ doctest = false
|
|||
cov-mark = "2.0.0-pre.1"
|
||||
either.workspace = true
|
||||
itertools.workspace = true
|
||||
rowan = "0.15.15"
|
||||
rowan = "=0.15.15"
|
||||
rustc-hash.workspace = true
|
||||
indexmap.workspace = true
|
||||
smol_str.workspace = true
|
||||
|
|
Loading…
Reference in a new issue