From d3fa5e9c2b0c7660d88b4a88ccff1d7ee3621b03 Mon Sep 17 00:00:00 2001 From: Shoyu Vanilla Date: Sat, 17 Aug 2024 21:35:07 +0900 Subject: [PATCH] Pin `rowan` to `0.15.15` --- src/tools/rust-analyzer/crates/syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rust-analyzer/crates/syntax/Cargo.toml b/src/tools/rust-analyzer/crates/syntax/Cargo.toml index d945fa59c9cd8..fcb9b0ea354f1 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