⬆️ salsa

This commit is contained in:
Aleksey Kladov 2018-12-28 19:10:31 +03:00
parent 161054a616
commit 13631a2955
4 changed files with 3 additions and 10 deletions

View File

@ -4,10 +4,3 @@ members = [ "crates/*" ]
[profile.release]
incremental = true
debug = true
[patch.'crates-io']
# https://github.com/salsa-rs/salsa/pull/75
# and
# https://github.com/salsa-rs/salsa/issues/99
salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" }

View File

@ -9,7 +9,7 @@ log = "0.4.5"
relative-path = "0.4.0"
rayon = "1.0.2"
fst = "0.3.1"
salsa = "0.8.0"
salsa = "0.9.0"
rustc-hash = "1.0"
parking_lot = "0.7.0"
ra_syntax = { path = "../ra_syntax" }

View File

@ -7,7 +7,7 @@ authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
[dependencies]
backtrace = "0.3.1"
relative-path = "0.4.0"
salsa = "0.8.0"
salsa = "0.9.0"
rustc-hash = "1.0"
parking_lot = "0.7.0"
ra_syntax = { path = "../ra_syntax" }

View File

@ -8,7 +8,7 @@ authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
arrayvec = "0.4.10"
log = "0.4.5"
relative-path = "0.4.0"
salsa = "0.8.0"
salsa = "0.9.0"
rustc-hash = "1.0"
parking_lot = "0.7.0"
id-arena = "2.0"