Skip to content

Commit

Permalink
Auto merge of rust-lang#17917 - ShoyuVanilla:pin-rowan, r=lnicola
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed Aug 17, 2024
2 parents 01245bd + d3fa5e9 commit d2d41b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rust-analyzer/crates/syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2d41b4

Please sign in to comment.