diff options
author | Bernhard Schuster <[email protected]> | 2021-04-17 08:31:54 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-17 08:31:54 +0100 |
commit | 3b7753d257fa2d759e295fabf6d5081eb2b95ad0 (patch) | |
tree | fa2ae182a10dacccefdde893e798d7591a4b6dd4 /crates/syntax | |
parent | c9ca6a14349604089536cb1f591c7a78fd55c209 (diff) |
nail rowan version down
The different pre versions include breaking changes, which cause build failures for the users.
Diffstat (limited to 'crates/syntax')
-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" |