aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax
diff options
context:
space:
mode:
authorBernhard Schuster <[email protected]>2021-04-17 08:31:54 +0100
committerGitHub <[email protected]>2021-04-17 08:31:54 +0100
commit3b7753d257fa2d759e295fabf6d5081eb2b95ad0 (patch)
treefa2ae182a10dacccefdde893e798d7591a4b6dd4 /crates/syntax
parentc9ca6a14349604089536cb1f591c7a78fd55c209 (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.toml2
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]
14cov-mark = { version = "1.1", features = ["thread-local"] } 14cov-mark = { version = "1.1", features = ["thread-local"] }
15itertools = "0.10.0" 15itertools = "0.10.0"
16rowan = "0.13.0-pre.3" 16rowan = "=0.13.0-pre.3"
17rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" } 17rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" }
18rustc-hash = "1.1.0" 18rustc-hash = "1.1.0"
19arrayvec = "0.7" 19arrayvec = "0.7"