mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-24 12:03:31 +00:00
⬆️ salsa
This commit is contained in:
parent
161054a616
commit
13631a2955
4 changed files with 3 additions and 10 deletions
|
@ -4,10 +4,3 @@ members = [ "crates/*" ]
|
||||||
[profile.release]
|
[profile.release]
|
||||||
incremental = true
|
incremental = true
|
||||||
debug = 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" }
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ log = "0.4.5"
|
||||||
relative-path = "0.4.0"
|
relative-path = "0.4.0"
|
||||||
rayon = "1.0.2"
|
rayon = "1.0.2"
|
||||||
fst = "0.3.1"
|
fst = "0.3.1"
|
||||||
salsa = "0.8.0"
|
salsa = "0.9.0"
|
||||||
rustc-hash = "1.0"
|
rustc-hash = "1.0"
|
||||||
parking_lot = "0.7.0"
|
parking_lot = "0.7.0"
|
||||||
ra_syntax = { path = "../ra_syntax" }
|
ra_syntax = { path = "../ra_syntax" }
|
||||||
|
|
|
@ -7,7 +7,7 @@ authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
backtrace = "0.3.1"
|
backtrace = "0.3.1"
|
||||||
relative-path = "0.4.0"
|
relative-path = "0.4.0"
|
||||||
salsa = "0.8.0"
|
salsa = "0.9.0"
|
||||||
rustc-hash = "1.0"
|
rustc-hash = "1.0"
|
||||||
parking_lot = "0.7.0"
|
parking_lot = "0.7.0"
|
||||||
ra_syntax = { path = "../ra_syntax" }
|
ra_syntax = { path = "../ra_syntax" }
|
||||||
|
|
|
@ -8,7 +8,7 @@ authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
||||||
arrayvec = "0.4.10"
|
arrayvec = "0.4.10"
|
||||||
log = "0.4.5"
|
log = "0.4.5"
|
||||||
relative-path = "0.4.0"
|
relative-path = "0.4.0"
|
||||||
salsa = "0.8.0"
|
salsa = "0.9.0"
|
||||||
rustc-hash = "1.0"
|
rustc-hash = "1.0"
|
||||||
parking_lot = "0.7.0"
|
parking_lot = "0.7.0"
|
||||||
id-arena = "2.0"
|
id-arena = "2.0"
|
||||||
|
|
Loading…
Reference in a new issue