361: fix the cancellation bug r=matklad a=matklad

See https://github.com/salsa-rs/salsa/pull/103 for the upstream fix

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2018-12-30 08:10:13 +00:00
commit e2bc57e3c8

View file

@ -4,3 +4,6 @@ members = [ "crates/*" ]
[profile.release] [profile.release]
incremental = true incremental = true
debug = true debug = true
[patch.'crates-io']
salsa = { git = "https://github.com/matklad/salsa.git", branch = "transitive-untracked" }