mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
fix cancelation?
This commit is contained in:
parent
095843119e
commit
532e68692d
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ debug = true
|
||||||
# https://github.com/salsa-rs/salsa/pull/75
|
# https://github.com/salsa-rs/salsa/pull/75
|
||||||
# and
|
# and
|
||||||
# https://github.com/salsa-rs/salsa/issues/99
|
# https://github.com/salsa-rs/salsa/issues/99
|
||||||
salsa = { git = "https://github.com/matklad/salsa", branch = "no-upgrade" }
|
salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" }
|
||||||
|
|
Loading…
Reference in a new issue