Skip to content

Commit

Permalink
Auto merge of #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 #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 0765978 + 95470c2 commit e4edf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 e4edf6c

Please sign in to comment.