347: Try to fix salsa bug in cancellation r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2018-12-27 18:21:58 +00:00
commit b26ab3603d

View file

@ -10,4 +10,4 @@ debug = true
# 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 = "no-upgrade" }
salsa = { git = "https://github.com/matklad/salsa", branch = "fix-cancelation-maybe" }