diff options
| author | bors <bors@rust-lang.org> | 2024-08-17 12:40:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-08-17 12:40:17 +0000 |
| commit | d2d41b4419c3fca5da69afa17c4136a98dd446d0 (patch) | |
| tree | cf945a5a639e0286cb3830329298cb30a4d35241 /src | |
| parent | 01245bd4d22fdb150dd4e2aa17ad1e4236854647 (diff) | |
| parent | d3fa5e9c2b0c7660d88b4a88ccff1d7ee3621b03 (diff) | |
| download | rust-d2d41b4419c3fca5da69afa17c4136a98dd446d0.tar.gz rust-d2d41b4419c3fca5da69afa17c4136a98dd446d0.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/rust-analyzer/crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/syntax/Cargo.toml b/src/tools/rust-analyzer/crates/syntax/Cargo.toml index d945fa59c9c..fcb9b0ea354 100644 --- a/src/tools/rust-analyzer/crates/syntax/Cargo.toml +++ b/src/tools/rust-analyzer/crates/syntax/Cargo.toml @@ -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 |
