Cargo update and pull in the new rowan

This brings in the new hashbrown for better compile times.
This commit is contained in:
kjeremy 2021-06-30 10:03:31 -04:00
parent 11b9233fc4
commit bf7651886e
2 changed files with 19 additions and 19 deletions

View file

@ -13,7 +13,7 @@ doctest = false
[dependencies]
cov-mark = "2.0.0-pre.1"
itertools = "0.10.0"
rowan = "=0.13.0-pre.6"
rowan = "=0.13.0-pre.7"
rustc_lexer = { version = "721.0.0", package = "rustc-ap-rustc_lexer" }
rustc-hash = "1.1.0"
arrayvec = "0.7"