mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-05 13:13:40 +00:00
nail rowan version down
The different pre versions include breaking changes, which cause build failures for the users.
This commit is contained in:
parent
c9ca6a1434
commit
3b7753d257
@ -13,7 +13,7 @@ doctest = false
|
||||
[dependencies]
|
||||
cov-mark = { version = "1.1", features = ["thread-local"] }
|
||||
itertools = "0.10.0"
|
||||
rowan = "0.13.0-pre.3"
|
||||
rowan = "=0.13.0-pre.3"
|
||||
rustc_lexer = { version = "714.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
rustc-hash = "1.1.0"
|
||||
arrayvec = "0.7"
|
||||
|
Loading…
Reference in New Issue
Block a user