Skip to content

Commit 3b7753d

Browse files
authored
nail rowan version down
The different pre versions include breaking changes, which cause build failures for the users.
1 parent c9ca6a1 commit 3b7753d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313
[dependencies]
1414
cov-mark = { version = "1.1", features = ["thread-local"] }
1515
itertools = "0.10.0"
16-
rowan = "0.13.0-pre.3"
16+
rowan = "=0.13.0-pre.3"
1717
rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" }
1818
rustc-hash = "1.1.0"
1919
arrayvec = "0.7"

0 commit comments

Comments
 (0)