diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-17 09:00:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-17 09:00:52 +0100 |
commit | fb2d284f28f70426e39e1b92d95bdbb217a48109 (patch) | |
tree | fa2ae182a10dacccefdde893e798d7591a4b6dd4 | |
parent | c9ca6a14349604089536cb1f591c7a78fd55c209 (diff) | |
parent | 3b7753d257fa2d759e295fabf6d5081eb2b95ad0 (diff) |
Merge #8551
8551: nail rowan version down r=lnicola a=drahnr
The different pre versions include breaking changes, which cause build failures for the users.
Co-authored-by: Bernhard Schuster <[email protected]>
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index f09cdf28a..a8c1a8075 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | [dependencies] | 13 | [dependencies] |
14 | cov-mark = { version = "1.1", features = ["thread-local"] } | 14 | cov-mark = { version = "1.1", features = ["thread-local"] } |
15 | itertools = "0.10.0" | 15 | itertools = "0.10.0" |
16 | rowan = "0.13.0-pre.3" | 16 | rowan = "=0.13.0-pre.3" |
17 | rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" } | 17 | rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" } |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | arrayvec = "0.7" | 19 | arrayvec = "0.7" |